Flush HTTPClient response data only on request/close in HTML5 platform

(cherry picked from commit 98039909f2)
This commit is contained in:
Leon Krause 2018-02-17 17:49:17 +01:00 committed by Hein-Pieter van Braam
parent c5b5fd61d4
commit a423adbee6

View file

@ -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);
}