```php // FIXME Allow transfer encoded requests if (! empty($_SERVER['TRANSFER_ENCODING'])) return false; ``` > [HTTP/2](https://en.wikipedia.org/wiki/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
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Transfer-Encoding