From 144459d36402875864c941c21c02bb81e1165ce5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 3 Sep 2001 12:51:23 +0000 Subject: corrected the comment to be valid chunk format --- lib/http_chunks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/http_chunks.c') diff --git a/lib/http_chunks.c b/lib/http_chunks.c index 1a34f5ec6..02d7f3788 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: -- cgit v1.2.3