diff options
| author | Leon Krause | 2018-02-17 17:49:17 +0100 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2018-02-19 22:42:38 +0100 |
| commit | a423adbee6fa9baa11ceb7a2eaf04d6b0de11826 (patch) | |
| tree | 0cce49de7ae4276cbf1583d0b0d9a1a58a44c9db /platform/javascript/http_client_javascript.cpp | |
| parent | c5b5fd61d4594561d18e74993bb015a17925a83d (diff) | |
| download | godot-a423adbee6fa9baa11ceb7a2eaf04d6b0de11826.tar.gz godot-a423adbee6fa9baa11ceb7a2eaf04d6b0de11826.tar.zst godot-a423adbee6fa9baa11ceb7a2eaf04d6b0de11826.zip | |
Diffstat (limited to 'platform/javascript/http_client_javascript.cpp')
| -rw-r--r-- | platform/javascript/http_client_javascript.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/javascript/http_client_javascript.cpp b/platform/javascript/http_client_javascript.cpp index 939a8d11f..118a77835 100644 --- a/platform/javascript/http_client_javascript.cpp +++ b/platform/javascript/http_client_javascript.cpp @@ -193,8 +193,6 @@ PoolByteArray HTTPClient::read_response_body_chunk() { if (response_read_offset == polled_response.size()) { status = STATUS_CONNECTED; polled_response.resize(0); - polled_response_code = 0; - polled_response_header = String(); godot_xhr_reset(xhr_id); } |
