Files
MOZGIII a00cc20afc fix(http1): ignore chunked trailers (#2363)
Previously, hyper returned an "Invalid chunk end CR" error on chunked
responses with trailers, as described in RFC 7230 Section 4.1.2. This
commit adds code to ignore the trailers.

Closes #2171

Co-authored-by: Alex Rebert <alex@forallsecure.com>
2020-12-16 15:49:21 -08:00
..