]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MAJOR] http: add support for option http-server-close
authorWilly Tarreau <w@1wt.eu>
Sat, 2 Jan 2010 21:47:18 +0000 (22:47 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 2 Jan 2010 21:47:18 +0000 (22:47 +0100)
commitb608feb82ae08270fa97f435f065942188e7d177
tree7361ad158f37587a6543401fff6cef2e830e9c94
parent2ab6eb1e24a28c63e52a825e0e1573ca76d7d49f
[MAJOR] http: add support for option http-server-close

This option enables HTTP keep-alive on the client side and close mode
on the server side. This offers the best latency on the slow client
side, and still saves as many resources as possible on the server side
by actively closing connections. Pipelining is supported on both requests
and responses, though there is currently no reason to get pipelined
responses.
doc/configuration.txt
include/types/proto_http.h
include/types/proxy.h
src/cfgparse.c
src/proto_http.c