]> git.kaiwu.me - njs.git/commit
HTTP: improved getting of multi-valued headers in r.headersIn.
authorDmitry Volyntsev <xeioex@nginx.com>
Wed, 29 Apr 2020 11:57:11 +0000 (11:57 +0000)
committerDmitry Volyntsev <xeioex@nginx.com>
Wed, 29 Apr 2020 11:57:11 +0000 (11:57 +0000)
commit92ce6c884751445aa5807124a7684a403926237c
tree61301fec57561f8878cb3c9788cb9fa6a6d96670
parente08b249187de4c692eb0377ca90dd81fd73defc0
HTTP: improved getting of multi-valued headers in r.headersIn.

1) Duplicates of Content-Type, ETag, From, Max-Forwards, Referer,
   Proxy-Authorization, User-Agent are ignored.
2) Duplicate Cookie headers are joined together with ';'.
3) All other duplicate header values are joined together with ','.
nginx/ngx_http_js_module.c