]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] http: add a separate "http-keep-alive" timeout
authorWilly Tarreau <w@1wt.eu>
Sun, 10 Jan 2010 13:46:16 +0000 (14:46 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 10 Jan 2010 13:46:16 +0000 (14:46 +0100)
commitb16a5746b7e3e952b0ef9fbd6121511a805d6d8a
tree79a5447ee04a485186ea9a8f417cab01a7e6bcc6
parentfcffa6911cfdbf7f52cc5ab7fab45488cea31564
[MINOR] http: add a separate "http-keep-alive" timeout

This one is used to wait for next request after a response was sent
to the client.
doc/configuration.txt
include/types/proxy.h
src/cfgparse.c
src/proto_http.c
src/proxy.c