You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
fix - HTTPClient connection keep-alive duplicate Headers #4208
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user