diff options
| author | Juan Linietsky | 2016-05-21 22:34:55 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-05-21 22:34:55 -0300 |
| commit | eacb8f04c4697b8123afeec03088eebb3c4b20bd (patch) | |
| tree | 8070f7807ec5d6a375df7184b151abbee8790608 /core/io | |
| parent | a75f8963380a1f6ae8501f21a1d3f3bef8a89d91 (diff) | |
| parent | 4c4d79e3c98182faf348f41f98d1cc3e5d843e69 (diff) | |
| download | godot-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.cpp | 2 |
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? |
