summaryrefslogtreecommitdiff
path: root/lib/http_chunks.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-09-03 12:51:23 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-09-03 12:51:23 +0000
commit144459d36402875864c941c21c02bb81e1165ce5 (patch)
tree1070f778abb5ab93e89c07e080522317224fb59d /lib/http_chunks.c
parent0fa61eff77bb9a02efc9837acc14b84c7c5d6618 (diff)
downloadcurl-144459d36402875864c941c21c02bb81e1165ce5.tar.gz
corrected the comment to be valid chunk format
Diffstat (limited to 'lib/http_chunks.c')
-rw-r--r--lib/http_chunks.c2
1 files changed, 1 insertions, 1 deletions
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):
*
* <HEX SIZE>[ chunk extension ] CRLF
- * <DATA>
+ * <DATA> CRLF
*
* Highlights from RFC2616 section 3.6 say: