mirror of
https://github.com/curl/curl.git
synced 2026-08-25 03:43:31 +03:00
parent
46ef34c053
commit
25321de30e
41 changed files with 166 additions and 200 deletions
|
|
@ -217,7 +217,7 @@ static CURLproxycode socks_state_send(struct Curl_cfilter *cf,
|
|||
CURLcode result;
|
||||
|
||||
nwritten = Curl_conn_cf_send(cf->next, data, (char *)sx->outp,
|
||||
sx->outstanding, FALSE, &result);
|
||||
sx->outstanding, &result);
|
||||
if(nwritten <= 0) {
|
||||
if(CURLE_AGAIN == result) {
|
||||
return CURLPX_OK;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue