uhv: http-parser: add option to skip header validation #19750
Labels
area/http
enhancement
Feature requests. Not bugs or questions.
no stalebot
Disables stalebot from closing an issue
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.
The text was updated successfully, but these errors were encountered: