Skip to content

Handle transfer encoded requests #9

Description

@szepeviktor
// FIXME Allow transfer encoded requests
if (! empty($_SERVER['TRANSFER_ENCODING'])) return false;

HTTP/2 disallows all uses of the Transfer-Encoding header other than the HTTP/2 specific: "trailers".

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Transfer-Encoding

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions