mirror of
https://github.com/curl/curl.git
synced 2026-08-26 06:23:32 +03:00
parent
bbe3aa9f88
commit
a304051620
30 changed files with 572 additions and 574 deletions
|
|
@ -347,7 +347,7 @@ static CURLcode CONNECT(struct connectdata *conn,
|
|||
/* socket buffer drained, return */
|
||||
return CURLE_OK;
|
||||
|
||||
if(Curl_pgrsUpdate(conn))
|
||||
if(Curl_pgrsUpdate(data))
|
||||
return CURLE_ABORTED_BY_CALLBACK;
|
||||
|
||||
if(result) {
|
||||
|
|
@ -560,7 +560,7 @@ static CURLcode CONNECT(struct connectdata *conn,
|
|||
Curl_dyn_reset(&s->rcvbuf);
|
||||
} /* while there's buffer left and loop is requested */
|
||||
|
||||
if(Curl_pgrsUpdate(conn))
|
||||
if(Curl_pgrsUpdate(data))
|
||||
return CURLE_ABORTED_BY_CALLBACK;
|
||||
|
||||
if(error)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue