fix - HTTPClient connection keep-alive duplicate Headers #4208

(cherry picked from commit 6ad226ac38)
This commit is contained in:
Alexander Holland 2016-04-27 21:07:49 +02:00 committed by Rémi Verschelde
parent 517518ae9a
commit d3ee8de754
1 changed files with 1 additions and 0 deletions

View File

@ -301,6 +301,7 @@ Error HTTPClient::poll(){
chunked=false;
body_left=0;
chunk_left=0;
response_str.clear();
response_headers.clear();
response_num = RESPONSE_OK;