]> git.kaiwu.me - nginx.git/commit
Upstream: fixed logging level of upstream invalid header errors.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 18 Oct 2021 13:46:59 +0000 (16:46 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 18 Oct 2021 13:46:59 +0000 (16:46 +0300)
commitdde319ee0c9de26a6f104feb062cfffaa32c16c0
tree2b5544fd73ca8b08f51151f2c285028c38ac3da6
parent6119609cae6591320e5fc4b7d8e4546f59d40632
Upstream: fixed logging level of upstream invalid header errors.

In b87b7092cedb (nginx 1.21.1), logging level of "upstream sent invalid
header" errors was accidentally changed to "info".  This change restores
the "error" level, which is a proper logging level for upstream-side
errors.
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_proxy_module.c
src/http/modules/ngx_http_scgi_module.c
src/http/modules/ngx_http_uwsgi_module.c