]> git.kaiwu.me - nginx.git/commit
Fixed header parsing with ignore_invalid_headers switched off.
authorRuslan Ermilov <ru@nginx.com>
Tue, 15 Oct 2019 11:46:10 +0000 (14:46 +0300)
committerRuslan Ermilov <ru@nginx.com>
Tue, 15 Oct 2019 11:46:10 +0000 (14:46 +0300)
commit3c84e4b70584b78e6a34a3233465cfa99d26b107
tree9d2c7bad5f8309cf77f02c222fcea9dd2d73d55b
parent85137dd2a639bea7424f742cdebd9773ce7a2081
Fixed header parsing with ignore_invalid_headers switched off.

The parsing was broken when the first character of the header name was invalid.

Based on a patch by Alan Kemp.
src/http/ngx_http_parse.c