1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

corrected the comment to be valid chunk format

This commit is contained in:
Daniel Stenberg 2001-09-03 12:51:23 +00:00
parent 0fa61eff77
commit 144459d364

View File

@ -44,7 +44,7 @@
* Chunk format (simplified):
*
* <HEX SIZE>[ chunk extension ] CRLF
* <DATA>
* <DATA> CRLF
*
* Highlights from RFC2616 section 3.6 say: