]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] 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>
Wed, 27 Jan 2010 19:16:12 +0000 (20:16 +0100)
commite9d8788fddae2dfdb06f84000718cb9b2f5da37c
treeedd6f43493c935b342886568c62adfe2f0ef5daa
parent1edb144b8deb9ada9d7487a158f07acac8df1e2d
[MINOR] 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.
include/common/defaults.h
src/cfgparse.c
src/checks.c