mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
[Net] Non-blocking request in HTTPClientTCP.
HTTPClientJavaScript already supports non-blocking requests.
This commit is contained in:
@@ -62,6 +62,7 @@ private:
|
||||
int64_t body_left = 0;
|
||||
bool read_until_eof = false;
|
||||
|
||||
Ref<StreamPeerBuffer> request_buffer;
|
||||
Ref<StreamPeerTCP> tcp_connection;
|
||||
Ref<StreamPeer> connection;
|
||||
Ref<HTTPClientTCP> proxy_client; // Negotiate with proxy server.
|
||||
|
||||
Reference in New Issue
Block a user