]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] global: add "tune.chksize" to change the default check buffer size
authorWilly Tarreau <w@1wt.eu>
Mon, 4 Oct 2010 18:39:20 +0000 (20:39 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 30 Oct 2010 17:04:32 +0000 (19:04 +0200)
commit43961d523fe6748487be7e82ac5d38b537938bfe
tree6074e9225a035c9492330ca6ae7f7a2f25bb3505
parenta246e9ec8adb7de373a4b97733ba7e6cf9c0c5b7
[MINOR] global: add "tune.chksize" to change the default check buffer size

HTTP content-based health checks will be involved in searching text in pages.
Some pages may not fit in the default buffer (16kB) and sometimes it might be
desired to have larger buffers in order to find patterns. Running checks on
smaller URIs is always preferred of course.
(cherry picked from commit 043f44aeb835f3d0b57626c4276581a73600b6b1)
doc/configuration.txt
include/types/global.h
src/cfgparse.c
src/checks.c
src/haproxy.c