Skip to content
Snippets Groups Projects
Commit ba3e7a86 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

rephrased comment

parent 240bae4e
No related branches found
No related tags found
No related merge requests found
......@@ -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 +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment