1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

adds original http header to response_headers

This commit is contained in:
Ariel Manzur
2016-02-19 17:02:03 -03:00
parent 0dce4f7eb2
commit 5e36ae3bb6

View File

@@ -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());
}
}