]> git.kaiwu.me - nginx.git/commit
Increased maximum read PROXY protocol header size.
authorRoman Arutyunyan <arut@nginx.com>
Wed, 2 Nov 2022 09:46:16 +0000 (13:46 +0400)
committerRoman Arutyunyan <arut@nginx.com>
Wed, 2 Nov 2022 09:46:16 +0000 (13:46 +0400)
commit7600ca028644d3ecc7e62499d71bbe21fe3bda0d
treefc51ec5440b2dbf3c3b2efd4d9341a11b588d955
parentd7483bf1af704c1ef55e706ed3e44a09ee1e1f9b
Increased maximum read PROXY protocol header size.

Maximum size for reading the PROXY protocol header is increased to 4096 to
accommodate a bigger number of TLVs, which are supported since cca4c8a715de.

Maximum size for writing the PROXY protocol header is not changed since only
version 1 is currently supported.
src/core/ngx_proxy_protocol.c
src/core/ngx_proxy_protocol.h
src/mail/ngx_mail_proxy_module.c
src/stream/ngx_stream_proxy_module.c