From: Daniel Stenberg Date: Mon, 3 Sep 2001 12:51:23 +0000 (+0000) Subject: corrected the comment to be valid chunk format X-Git-Tag: curl-7_9~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=144459d36402875864c941c21c02bb81e1165ce5;p=thirdparty%2Fcurl.git corrected the comment to be valid chunk format --- diff --git a/lib/http_chunks.c b/lib/http_chunks.c index 1a34f5ec69..02d7f37889 100644 --- a/lib/http_chunks.c +++ b/lib/http_chunks.c @@ -44,7 +44,7 @@ * Chunk format (simplified): * * [ chunk extension ] CRLF - * + * CRLF * * Highlights from RFC2616 section 3.6 say: