-
Notifications
You must be signed in to change notification settings - Fork 5.3k
uhv: http-parser: add option to skip header validation #19750
Copy link
Copy link
Closed
Labels
area/httpenhancementFeature requests. Not bugs or questions.Feature requests. Not bugs or questions.no stalebotDisables stalebot from closing an issueDisables stalebot from closing an issue
Description
As part of the unified header validation component, the http-parser library will be modified to add an option to disable header validation on a per-request basis. The intent is that header validation will be performed by the UHV and not by each codec / library.
http-parser currently controls how header validation is performed on the compile-time HTTP_PARSER_STRICT preprocessor definition, which is enabled by default. This issue will change http-parser to make this configurable at runtime via a new option.
This is blocked until #19749 is completed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/httpenhancementFeature requests. Not bugs or questions.Feature requests. Not bugs or questions.no stalebotDisables stalebot from closing an issueDisables stalebot from closing an issue