]> granicus.if.org Git - curl/commitdiff
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 1a34f5ec69a136a0813e7d72ee9e049bd568a46c..02d7f378894cba1118d5ece7440d8b679624011c 100644 (file)
@@ -44,7 +44,7 @@
  * Chunk format (simplified):
  *
  * <HEX SIZE>[ chunk extension ] CRLF
- * <DATA>
+ * <DATA> CRLF
  *
  * Highlights from RFC2616 section 3.6 say: