]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: config: add option http-keep-alive
authorWilly Tarreau <w@1wt.eu>
Sat, 16 Jan 2010 18:48:41 +0000 (19:48 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 16 Dec 2013 01:23:53 +0000 (02:23 +0100)
commit16bfb021c844447a43aeb8d5b77e2d92cada9c7f
treee2ccae4497c75da2119016ea398b10bca3068651
parent2e7a1658996cc6b9c0f5f1ae56e0e5008aabd581
MINOR: config: add option http-keep-alive

This new option enables HTTP keep-alive processing on the connections.
It can be overwritten by http-server-close, httpclose and forceclose.
Right now full-chain keep-alive is not yet implemented, but we need
the option to work on it. The doc will come later.
doc/configuration.txt
src/cfgparse.c