mirror of
https://github.com/curl/curl.git
synced 2026-06-15 07:55:38 +03:00
drop therefore
This commit is contained in:
parent
17a823bdb5
commit
9550e9c35a
1 changed files with 1 additions and 1 deletions
|
|
@ -1139,7 +1139,7 @@ typedef unsigned int curl_bit;
|
|||
|
||||
/* The socket error may be EWOULDBLOCK or on some systems EAGAIN when
|
||||
it returned due to its inability to send/read data without blocking.
|
||||
We therefore treat both error codes the same here */
|
||||
We treat both error codes the same here. */
|
||||
#if !defined(USE_WINSOCK) && EAGAIN != SOCKEWOULDBLOCK
|
||||
#define SOCK_EAGAIN(e) ((e) == SOCKEWOULDBLOCK || (e) == EAGAIN)
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue