diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-09-03 12:51:23 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-09-03 12:51:23 +0000 |
commit | 144459d36402875864c941c21c02bb81e1165ce5 (patch) | |
tree | 1070f778abb5ab93e89c07e080522317224fb59d /lib | |
parent | 0fa61eff77bb9a02efc9837acc14b84c7c5d6618 (diff) |
corrected the comment to be valid chunk format
Diffstat (limited to 'lib')
-rw-r--r-- | lib/http_chunks.c | 2 |
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: |