-
Notifications
You must be signed in to change notification settings - Fork 5.3k
uhv: oghttp2: disable header validations based on compile flag #21548
Copy link
Copy link
Closed
Labels
area/httpenhancementFeature requests. Not bugs or questions.Feature requests. Not bugs or questions.stalestalebot believes this issue/PR has not been touched recentlystalebot believes this issue/PR has not been touched recently
Description
Title: uhv: oghttp2: disable header validations based on compile flag
Description:
oghttp2 is being adopted in Envoy and has recently add a method of disabling header validations through a configuration setting. Using a compile time ifdef, disable H2 header validation within the parsing library when building UHV. This will be very similar to H1. We plan on using the new validate_http_headers exposed by the external_quiche_http2::adapter::OgHttp2Adapter::Options class, most likely within the Http2Options constructor.
Refs #19751
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/httpenhancementFeature requests. Not bugs or questions.Feature requests. Not bugs or questions.stalestalebot believes this issue/PR has not been touched recentlystalebot believes this issue/PR has not been touched recently