adds original http header to response_headers
This commit is contained in:
parent
0dce4f7eb2
commit
5e36ae3bb6
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue