mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:43:31 +03:00
parent
ad837e9df8
commit
72abf7c13a
49 changed files with 199 additions and 162 deletions
|
|
@ -125,7 +125,7 @@ int Curl_blockread_all(struct Curl_cfilter *cf,
|
|||
}
|
||||
nread = Curl_conn_cf_recv(cf->next, data, buf, buffersize, &err);
|
||||
if(nread <= 0) {
|
||||
result = err;
|
||||
result = (int)err;
|
||||
if(CURLE_AGAIN == err)
|
||||
continue;
|
||||
if(err) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue