mirror of
https://github.com/curl/curl.git
synced 2026-06-17 03:45:37 +03:00
rephrased comment
This commit is contained in:
parent
240bae4eb2
commit
ba3e7a8656
1 changed files with 1 additions and 1 deletions
|
|
@ -1832,7 +1832,7 @@ CURLcode Curl_http_done(struct connectdata *conn,
|
|||
if(status != CURLE_OK)
|
||||
return (status);
|
||||
|
||||
if(!premature && /* this check is pointless is the DONE is done before the
|
||||
if(!premature && /* this check is pointless when DONE is called before the
|
||||
entire operation is complete */
|
||||
!conn->bits.retry &&
|
||||
((http->readbytecount +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue