mirror of
https://github.com/curl/curl.git
synced 2025-09-17 09:32:48 +03:00
parent
2bd75e5686
commit
298c1dfc7b
|
@ -1918,8 +1918,9 @@ static CURLcode do_sendmsg(size_t *psent, struct Curl_easy *data, int sockfd,
|
|||
return CURLE_SEND_ERROR;
|
||||
}
|
||||
}
|
||||
|
||||
else {
|
||||
assert(pktlen == (size_t)sent);
|
||||
}
|
||||
|
||||
*psent = pktlen;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user