]> git.kaiwu.me - nginx.git/commit
Upstream: reset parsing state after invalid status line
authorSergey Kandaurov <pluknet@nginx.com>
Wed, 29 Apr 2026 17:56:51 +0000 (21:56 +0400)
committerSergey Kandaurov <s.kandaurov@f5.com>
Wed, 13 May 2026 17:20:55 +0000 (21:20 +0400)
commitbaef7fdac28e4e1fe26509b50b8d15603393e28e
tree56c1ec3ea87720819166d7345f6a2c13df491a32
parent54b7945961b2eaafc480d6b85d9635d0db1c126a
Upstream: reset parsing state after invalid status line

Previously, it was possible to start parsing headers with a wrong
parsing state after status line was not recognized, as a fallback
used in the scgi and uwsgi modules.

Reported by Leo Lin.
src/http/modules/ngx_http_scgi_module.c
src/http/modules/ngx_http_uwsgi_module.c