corrected the comment to be valid chunk format
authorDaniel Stenberg <daniel@haxx.se>
Mon, 3 Sep 2001 12:51:23 +0000 (12:51 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 3 Sep 2001 12:51:23 +0000 (12:51 +0000)
lib/http_chunks.c

index 1a34f5e..02d7f37 100644 (file)
@@ -44,7 +44,7 @@
  * Chunk format (simplified):
  *
  * <HEX SIZE>[ chunk extension ] CRLF
- * <DATA>
+ * <DATA> CRLF
  *
  * Highlights from RFC2616 section 3.6 say: