mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Unify StreamPeerTCP/TCP_Server with NetSocket API
This commit is contained in:
parent
1b99806b47
commit
30327872e0
21 changed files with 411 additions and 1560 deletions
|
@ -683,7 +683,7 @@ void HTTPClient::set_read_chunk_size(int p_size) {
|
|||
|
||||
HTTPClient::HTTPClient() {
|
||||
|
||||
tcp_connection = StreamPeerTCP::create_ref();
|
||||
tcp_connection.instance();
|
||||
resolving = IP::RESOLVER_INVALID_ID;
|
||||
status = STATUS_DISCONNECTED;
|
||||
conn_port = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue