mirror of
https://github.com/curl/curl.git
synced 2026-07-28 17:23:06 +03:00
vquic.c sync guard with cf-socket.c
This commit is contained in:
parent
6e44399d4d
commit
78b3de67c3
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ static CURLcode do_sendmsg(struct Curl_cfilter *cf,
|
|||
if(!curlx_sztouz(rv, psent)) {
|
||||
switch(SOCKERRNO) {
|
||||
case SOCKEWOULDBLOCK:
|
||||
#if EAGAIN != SOCKEWOULDBLOCK
|
||||
#if !defined(USE_WINSOCK) && defined(EAGAIN) && EAGAIN != SOCKEWOULDBLOCK
|
||||
case EAGAIN:
|
||||
#endif
|
||||
return CURLE_AGAIN;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue