Skip to content

uhv: http-parser: add option to skip header validation #19750

@ameily

Description

@ameily

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.

Metadata

Metadata

Assignees

Labels

area/httpenhancementFeature requests. Not bugs or questions.no stalebotDisables stalebot from closing an issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions