]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] checks: make the HTTP check code add the CRLF itself
authorWilly Tarreau <w@1wt.eu>
Wed, 27 Jan 2010 10:28:42 +0000 (11:28 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 28 Jan 2010 22:16:59 +0000 (23:16 +0100)
commit91caa6fe504f74368af078ea6b8222a994dd89ce
treeeea24bc2d4c0ec41bb0c1526ab6841a75b3b833a
parent197538f56e9bdfa47b5ceadd4f2d76ccc1092eb0
[MEDIUM] checks: make the HTTP check code add the CRLF itself

Currently we cannot easily add headers nor anything to HTTP checks
because the requests are pre-formatted with the last CRLF. Make the
check code add the CRLF itself so that we can later add useful info.
(cherry picked from commit e9d8788fddae2dfdb06f84000718cb9b2f5da37c)
include/common/defaults.h
src/cfgparse.c
src/checks.c