aboutsummaryrefslogtreecommitdiff
path: root/core/io/http_client.cpp
diff options
context:
space:
mode:
authorAlexander Holland2016-04-27 21:07:49 +0200
committerAlexander Holland2016-04-27 21:07:49 +0200
commit6ad226ac38c16d66d96fa93fef61c4f8a2143ea9 (patch)
treedc0e08a3e2dd3519785639908e5ece72eb2c68ce /core/io/http_client.cpp
parent87aa1282285fe4c71caa82740b7f1d6ddb5643b6 (diff)
downloadgodot-6ad226ac38c16d66d96fa93fef61c4f8a2143ea9.tar.gz
godot-6ad226ac38c16d66d96fa93fef61c4f8a2143ea9.tar.zst
godot-6ad226ac38c16d66d96fa93fef61c4f8a2143ea9.zip
Diffstat (limited to 'core/io/http_client.cpp')
-rw-r--r--core/io/http_client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/io/http_client.cpp b/core/io/http_client.cpp
index 8c58e0ba5..d7098b4c4 100644
--- a/core/io/http_client.cpp
+++ b/core/io/http_client.cpp
@@ -303,6 +303,7 @@ Error HTTPClient::poll(){
chunked=false;
body_left=0;
chunk_left=0;
+ response_str.clear();
response_headers.clear();
response_num = RESPONSE_OK;