mirror of
https://github.com/curl/curl.git
synced 2026-08-25 04:33:33 +03:00
parent
7a14898264
commit
bdb7d8b004
43 changed files with 70 additions and 67 deletions
|
|
@ -49,7 +49,7 @@ typedef enum {
|
|||
POST_CR state. */
|
||||
CHUNK_DATA,
|
||||
|
||||
/* POSTLF should get a CR and then a LF and nothing else, then move back to
|
||||
/* POSTLF should get a CR and then an LF and nothing else, then move back to
|
||||
HEX as the CRLF combination marks the end of a chunk. A missing CR is no
|
||||
big deal. */
|
||||
CHUNK_POSTLF,
|
||||
|
|
@ -64,7 +64,7 @@ typedef enum {
|
|||
CHUNK_TRAILER,
|
||||
|
||||
/* A trailer CR has been found - next state is CHUNK_TRAILER_POSTCR.
|
||||
Next char must be a LF */
|
||||
Next char must be an LF */
|
||||
CHUNK_TRAILER_CR,
|
||||
|
||||
/* A trailer LF must be found now, otherwise CHUNKE_BAD_CHUNK will be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue