]> git.kaiwu.me - nginx.git/commit
All non-unique input headers are now linked lists.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 30 May 2022 18:25:35 +0000 (21:25 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 30 May 2022 18:25:35 +0000 (21:25 +0300)
commitfcf4331a0fdaf620a75fc62ce9d31b1295db3b3c
treef0e0c1174d8da53714555b57b8864e702731f2c9
parent3aef1d693f3cc431563a7e6a6aba6a34e5290f03
All non-unique input headers are now linked lists.

The ngx_http_process_multi_header_lines() function is removed, as it is
exactly equivalent to ngx_http_process_header_line().  Similarly,
ngx_http_variable_header() is used instead of ngx_http_variable_headers().
src/http/ngx_http_request.c
src/http/ngx_http_variables.c