mirror of
https://github.com/curl/curl.git
synced 2026-08-26 10:43:32 +03:00
parent
24badd29f5
commit
49145249be
55 changed files with 128 additions and 129 deletions
|
|
@ -1444,7 +1444,7 @@ static CURLcode cf_socket_send(struct Curl_cfilter *cf, struct Curl_easy *data,
|
|||
size_t orig_len = len;
|
||||
CURLcode result = CURLE_OK;
|
||||
|
||||
(void)eos; /* unused */
|
||||
(void)eos;
|
||||
*pnwritten = 0;
|
||||
fdsave = cf->conn->sock[cf->sockindex];
|
||||
cf->conn->sock[cf->sockindex] = ctx->sock;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue