Home
last modified time | relevance | path

Searched refs:ECONNREFUSED (Results 1 – 6 of 6) sorted by relevance

/curl/docs/cmdline-opts/
H A Dretry-connrefused.md18 In addition to the other conditions, consider ECONNREFUSED as a transient
/curl/lib/
H A Dcurl_setup_once.h368 #undef ECONNREFUSED /* override definition in errno.h */
369 #define ECONNREFUSED WSAECONNREFUSED macro
/curl/lib/vquic/
H A Dvquic.c407 if(!cf->connected && SOCKERRNO == ECONNREFUSED) { in recvmmsg_packets()
498 if(!cf->connected && SOCKERRNO == ECONNREFUSED) { in recvmsg_packets()
573 if(!cf->connected && SOCKERRNO == ECONNREFUSED) { in recvfrom_packets()
/curl/.github/scripts/
H A Dspellcheck.words217 ECONNREFUSED
/curl/tests/server/
H A Dutil.c868 if(0 != rc && ECONNREFUSED != error) { in bind_unix_socket()
/curl/src/
H A Dtool_operate.c567 if(ECONNREFUSED == oserrno) in post_per_transfer()

Completed in 20 milliseconds