mirror of
https://github.com/curl/curl.git
synced 2026-06-14 03:05:41 +03:00
socketpair.c one more
This commit is contained in:
parent
3951d0489d
commit
7bb5a096e9
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ static int wakeup_inet(curl_socket_t socks[2], bool nonblocking)
|
|||
/* errno may be EWOULDBLOCK or on some systems EAGAIN when it
|
||||
returned due to its inability to send off data without
|
||||
blocking. We therefore treat both error codes the same here */
|
||||
(SOCKEWOULDBLOCK == sockerr) || (EAGAIN == sockerr) ||
|
||||
SOCK_EAGAIN_EWOULDBLOCK(sockerr) ||
|
||||
(SOCKEINTR == sockerr) || (SOCKEINPROGRESS == sockerr)
|
||||
#endif
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue