diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2016-05-21 16:28:46 +0200 |
---|---|---|
committer | Rémi Verschelde <remi@verschelde.fr> | 2016-05-21 16:28:46 +0200 |
commit | a65a66b2a3b44ae93258cbdab7388752d1a05fad (patch) | |
tree | 67b2f4f4f1d69b198af548a7358b98904d9581ae /core/io/http_client.cpp | |
parent | b0a5347a1ceaff56e88d33fb13df2a91abae594f (diff) | |
parent | 33403d91f77f1f34b19bff763391500bc9c2616c (diff) |
Merge pull request #4740 from Marqin/whitespace
remove trailing whitespace
Diffstat (limited to 'core/io/http_client.cpp')
-rw-r--r-- | core/io/http_client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/http_client.cpp b/core/io/http_client.cpp index 680e0ef7f9..11f9536243 100644 --- a/core/io/http_client.cpp +++ b/core/io/http_client.cpp @@ -116,7 +116,7 @@ Error HTTPClient::request_raw( Method p_method, const String& p_url, const Vecto } request+="\r\n"; CharString cs=request.utf8(); - + DVector<uint8_t> data; //Maybe this goes faster somehow? |