diff options
| author | Alexander Holland | 2016-04-27 21:07:49 +0200 |
|---|---|---|
| committer | Alexander Holland | 2016-04-27 21:07:49 +0200 |
| commit | 6ad226ac38c16d66d96fa93fef61c4f8a2143ea9 (patch) | |
| tree | dc0e08a3e2dd3519785639908e5ece72eb2c68ce /core/io/http_client.cpp | |
| parent | 87aa1282285fe4c71caa82740b7f1d6ddb5643b6 (diff) | |
| download | godot-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.cpp | 1 |
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; |
