We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
struct wait_fast_fallback_arg::cancelled
1 parent a355f7d commit 4d8c793Copy full SHA for 4d8c793
ext/socket/ipsocket.c
@@ -616,7 +616,7 @@ init_fast_fallback_inetsock_internal(VALUE v)
616
arg->getaddrinfo_shared->connection_attempt_fds = arg->connection_attempt_fds;
617
arg->getaddrinfo_shared->connection_attempt_fds_size = arg->connection_attempt_fds_size;
618
arg->getaddrinfo_shared->cancelled = false;
619
- wait_arg.cancelled = false;
+ wait_arg.cancelled = &arg->getaddrinfo_shared->cancelled;
620
621
struct timeval resolution_delay_storage;
622
struct timeval *resolution_delay_expires_at = NULL;
0 commit comments