Opened 3 years ago

Closed 3 years ago

#2082 closed enhancement (wontfix)

The relationship between directive "connection_pool_size" and "large_client_header_buffers" is not recorded.

Reported by: zhoushulin1992@… Owned by:
Priority: minor Milestone:
Component: documentation Version: 1.18.x
Keywords: Cc:
uname -a: Linux xlarge 4.15.0-72-generic #81-Ubuntu SMP Tue Nov 26 12:20:02 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
nginx -V: nginx version: nginx/1.18.0
built by gcc 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)
configure arguments: --prefix=/usr/local/nginx --with-pcre=/root/Downloads/pcre-8.43

Description

The "large_client_header_buffers" size must be equal to or greater than "connection_pool_size", but not recorded in the document of directive "large_client_header_buffers" or "connection_pool_size". I think it is better to add the necessary in https://nginx.org/en/docs/http/ngx_http_core_module.html#large_client_header_buffers and https://nginx.org/en/docs/http/ngx_http_core_module.html#connection_pool_size.

Change History (1)

comment:1 by Maxim Dounin, 3 years ago

Resolution: wontfix
Status: newclosed

Thank you for your suggestion. It is believed that not all limitations have to be documented, mostly because this needlessly complicates reading the documentation. This especially applies to cases like this one, when a limitation is never hit with any meaningful configuration values.

Note: See TracTickets for help on using tickets.