Merge pull request #1953 from nghttp2/nghttpx-field-name-lowercase

nghttpx: Header field name must be lowercase
This commit is contained in:
Tatsuhiro Tsujikawa 2023-09-22 11:02:01 +09:00 committed by GitHub
commit d54750b365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3324,15 +3324,17 @@ HTTP:
in HTTP/2 frontend.
--add-request-header=<HEADER>
Specify additional header field to add to request header
set. This option just appends header field and won't
replace anything already set. This option can be used
several times to specify multiple header fields.
set. The field name must be lowercase. This option
just appends header field and won't replace anything
already set. This option can be used several times to
specify multiple header fields.
Example: --add-request-header="foo: bar"
--add-response-header=<HEADER>
Specify additional header field to add to response
header set. This option just appends header field and
won't replace anything already set. This option can be
used several times to specify multiple header fields.
header set. The field name must be lowercase. This
option just appends header field and won't replace
anything already set. This option can be used several
times to specify multiple header fields.
Example: --add-response-header="foo: bar"
--request-header-field-buffer=<SIZE>
Set maximum buffer size for incoming HTTP request header