]> git.kaiwu.me - nginx.git/commit
Log only the first line of user input on PROXY protocol v1 error.
authorRoman Arutyunyan <arut@nginx.com>
Mon, 10 Oct 2022 09:57:31 +0000 (13:57 +0400)
committerRoman Arutyunyan <arut@nginx.com>
Mon, 10 Oct 2022 09:57:31 +0000 (13:57 +0400)
commit68119b43620c4da4ce0269a2f860a3df7c4dc0b5
tree29c85be9481e5e196a8e2299a30f78ecec84c000
parent5071bc0bcf18c2eade9d452b27d92bee341dd053
Log only the first line of user input on PROXY protocol v1 error.

Previously, all received user input was logged.  If a multi-line text was
received from client and logged, it could reduce log readability and also make
it harder to parse nginx log by scripts.  The change brings to PROXY protocol
the same behavior that exists for HTTP request line in
ngx_http_log_error_handler().
src/core/ngx_proxy_protocol.c