소스 검색

adds original http header to response_headers

Ariel Manzur 9 년 전
부모
커밋
5e36ae3bb6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/io/http_client.cpp

+ 1 - 1
core/io/http_client.cpp

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