diff options
author | Roman Arutyunyan <arut@nginx.com> | 2021-01-18 13:43:36 +0300 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2021-01-18 13:43:36 +0300 |
commit | 7bac596afb31344cf40c93d8ae1ce87d2b6c76c1 (patch) | |
tree | 746d3691dab8f3b5f9061b0867849611a36350f9 /src/http/ngx_http_request.c | |
parent | 88f6b969e6963d5771b708adeb43d1c8de14db6e (diff) | |
download | nginx-7bac596afb31344cf40c93d8ae1ce87d2b6c76c1.tar.gz nginx-7bac596afb31344cf40c93d8ae1ce87d2b6c76c1.zip |
HTTP/3: client header validation.
A header with the name containing null, CR, LF, colon or uppercase characters,
is now considered an error. A header with the value containing null, CR or LF,
is also considered an error.
Also, header is considered invalid unless its name only contains lowercase
characters, digits, minus and optionally underscore. Such header can be
optionally ignored.
Diffstat (limited to 'src/http/ngx_http_request.c')
0 files changed, 0 insertions, 0 deletions