fix - HTTPClient connection keep-alive duplicate Headers #4208

This commit is contained in:
Alexander Holland 2016-04-27 21:07:49 +02:00
parent 87aa128228
commit 6ad226ac38
1 changed files with 1 additions and 0 deletions

View File

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