adds original http header to response_headers
This commit is contained in:
@ -330,7 +330,7 @@ Error HTTPClient::poll(){
|
||||
response_num=num.to_int();
|
||||
} else {
|
||||
|
||||
response_headers.push_back(s);
|
||||
response_headers.push_back(responses[i].strip_edges());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user