mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Try other resolved IPs if one fails to connect
This commit is contained in:
@@ -37,6 +37,7 @@ class HTTPClientTCP : public HTTPClient {
|
||||
private:
|
||||
Status status = STATUS_DISCONNECTED;
|
||||
IP::ResolverID resolving = IP::RESOLVER_INVALID_ID;
|
||||
Array ip_candidates;
|
||||
int conn_port = -1;
|
||||
String conn_host;
|
||||
bool ssl = false;
|
||||
|
||||
Reference in New Issue
Block a user