summaryrefslogtreecommitdiff
path: root/lib/http_chunks.c
Commit message (Expand)AuthorAgeFilesLines
* re-added the default switch for weird statesDaniel Stenberg2001-03-131-2/+0
* updated the chunked state-machine to deal with the trailing CRLF that comesDaniel Stenberg2001-03-131-2/+28
* made it return illegal hex in case no hexadecimal digit was read when atDaniel Stenberg2001-03-121-2/+9
* "Transfer-Encoding: chunked" support addedDaniel Stenberg2001-03-071-7/+10
* chunked transfer encoding supportDaniel Stenberg2001-03-071-0/+188