Explorar el Código

fix - HTTPClient connection keep-alive duplicate Headers #4208

Alexander Holland hace 9 años
padre
commit
6ad226ac38
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      core/io/http_client.cpp

+ 1 - 0
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;