]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: tune.http.maxhdr makes it possible to configure the maximum number of HTTP...
authorWilly Tarreau <w@1wt.eu>
Mon, 24 Oct 2011 17:14:41 +0000 (19:14 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 24 Oct 2011 17:14:41 +0000 (19:14 +0200)
commitac1932da3ec4614f60f3ce22518a9a0a61a11c67
treec09a4ba54ee647f1d95b05303bf00173a6df27ca
parent34eb671f24a32c32afecf650dacf5cb2ccdae2bc
MEDIUM: tune.http.maxhdr makes it possible to configure the maximum number of HTTP headers

For a long time, the max number of headers was taken as a part of the buffer
size. Since the header size can be configured at runtime, it does not make
much sense anymore.

Nothing was making it necessary to have a static value, so let's turn this into
a tunable with a default value of 101 which equals what was previously used.
doc/configuration.txt
include/common/defaults.h
include/types/global.h
include/types/proto_http.h
src/cfgparse.c
src/frontend.c
src/proxy.c