diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2022-05-30 21:25:28 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2022-05-30 21:25:28 +0300 |
commit | 54ce38187cf4061c68d3955558d325d1c688e0bd (patch) | |
tree | f2d07308f9740e1e8a98a7b10b12a0d09b390445 /src/http/ngx_http_request.c | |
parent | d8a7c653e4b8e842c947c0a550a7bc5a7812058a (diff) | |
download | nginx-54ce38187cf4061c68d3955558d325d1c688e0bd.tar.gz nginx-54ce38187cf4061c68d3955558d325d1c688e0bd.zip |
SCGI: combining headers with identical names (ticket #1724).
SCGI specification explicitly forbids headers with duplicate names
(section "3. Request Format"): "Duplicate names are not allowed in
the headers".
Further, provided headers are expected to follow CGI specification,
which also requires to combine headers (RFC 3875, section "4.1.18.
Protocol-Specific Meta-Variables"): "If multiple header fields with
the same field-name are received then the server MUST rewrite them
as a single value having the same semantics".
Diffstat (limited to 'src/http/ngx_http_request.c')
0 files changed, 0 insertions, 0 deletions