You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
seanmonstar opened this issue
Jan 9, 2025
· 1 comment
· Fixed by #3824
Labels
A-http1Area: HTTP/1 specific.A-serverArea: server.C-featureCategory: feature. This is adding a new feature.E-easyEffort: easy. A task that would be a great starting point for a new contributor.
A-http1Area: HTTP/1 specific.A-serverArea: server.C-featureCategory: feature. This is adding a new feature.E-easyEffort: easy. A task that would be a great starting point for a new contributor.
This proposes adding an option to
hyper::server::conn::http1::Builder
:ignore_invalid_headers(bool)
.This could make use of the related option in httparse: https://docs.rs/httparse/latest/httparse/struct.ParserConfig.html#method.ignore_invalid_headers_in_requests
The text was updated successfully, but these errors were encountered: