mirror of
https://github.com/godotengine/godot.git
synced 2025-04-01 00:41:35 +08:00
fix - HTTPClient connection keep-alive duplicate Headers #4208
This commit is contained in:
parent
87aa128228
commit
6ad226ac38
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user