aboutsummaryrefslogtreecommitdiff
path: root/core/io
diff options
context:
space:
mode:
authorJuan Linietsky2016-05-21 22:34:55 -0300
committerJuan Linietsky2016-05-21 22:34:55 -0300
commiteacb8f04c4697b8123afeec03088eebb3c4b20bd (patch)
tree8070f7807ec5d6a375df7184b151abbee8790608 /core/io
parenta75f8963380a1f6ae8501f21a1d3f3bef8a89d91 (diff)
parent4c4d79e3c98182faf348f41f98d1cc3e5d843e69 (diff)
downloadgodot-eacb8f04c4697b8123afeec03088eebb3c4b20bd.tar.gz
godot-eacb8f04c4697b8123afeec03088eebb3c4b20bd.tar.zst
godot-eacb8f04c4697b8123afeec03088eebb3c4b20bd.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'core/io')
-rw-r--r--core/io/http_client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/http_client.cpp b/core/io/http_client.cpp
index 680e0ef7f..11f953624 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?