]> 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:19:47 +0000 (21:19 +0400)
commitf79c286b34d3b708bd4856a56e27529e11386098
tree42e355548b0293345db7bb37b48747fec973243d
parent696a7f1b9198d576e6a59c1655b746fbf06561cf
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