mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-01 16:58:30 +00:00
Add chunked transfer decoding to redbean
This commit is contained in:
parent
8d5f60a9cd
commit
58fb2fb3d3
13 changed files with 693 additions and 292 deletions
|
@ -73,7 +73,6 @@ const bool kHttpRepeatable[kHttpHeadersMax] = {
|
|||
[kHttpTrailer] = true,
|
||||
[kHttpTransferEncoding] = true,
|
||||
[kHttpUpgrade] = true,
|
||||
[kHttpUri] = true,
|
||||
[kHttpVary] = true,
|
||||
[kHttpVia] = true,
|
||||
[kHttpWarning] = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue