Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(http1): fix server misinterpretting multiple Transfer-Encoding he…
…aders When a request arrived with multiple `Transfer-Encoding` headers, hyper would check each if they ended with `chunked`. It should have only checked if the *last* header ended with `chunked`. See GHSA-6hfq-h8hq-87mf
- Loading branch information