From: Daniel Stenberg Date: Sun, 17 Feb 2008 13:49:01 +0000 (+0000) Subject: rephrased comment X-Git-Tag: curl-7_18_1~103 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba3e7a8656d90152eafacc82486c9e8cd6671fc1;p=thirdparty%2Fcurl.git rephrased comment --- diff --git a/lib/http.c b/lib/http.c index bf71f89c2b..cffcac0028 100644 --- a/lib/http.c +++ b/lib/http.c @@ -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 +