commit | 136c677ec48e150904d50cc8a190ff0b246c5303 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Mon May 30 21:25:35 2022 +0300 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Mon May 30 21:25:35 2022 +0300 |
tree | f0e0c1174d8da53714555b57b8864e702731f2c9 | |
parent | 027d692a8bf12344ae2e5793d5852c794e8e46e2 [diff] |
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().