mirror of
https://github.com/curl/curl.git
synced 2026-06-02 00:04:15 +03:00
parent
2bd75e5686
commit
298c1dfc7b
1 changed files with 3 additions and 2 deletions
|
|
@ -1918,8 +1918,9 @@ static CURLcode do_sendmsg(size_t *psent, struct Curl_easy *data, int sockfd,
|
|||
return CURLE_SEND_ERROR;
|
||||
}
|
||||
}
|
||||
|
||||
assert(pktlen == (size_t)sent);
|
||||
else {
|
||||
assert(pktlen == (size_t)sent);
|
||||
}
|
||||
|
||||
*psent = pktlen;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue