[MEDIUM] make it possible to combine http-pretend-keepalived with httpclose
authorWilly Tarreau <w@1wt.eu>
Wed, 29 Sep 2010 12:31:41 +0000 (14:31 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 30 Oct 2010 17:04:31 +0000 (19:04 +0200)
commit22a95342136d9d8d88ce5b2aa087b264a844c768
tree48e697fe6b0ebea53b3530a4fea97b2b38b8e871
parente3f284aa7b86467186de7ff629500e6fe161c9df
[MEDIUM] make it possible to combine http-pretend-keepalived with httpclose

Some configs may involve httpclose in a frontend and http-pretend-keepalive
in a backend. httpclose used to take priority over keepalive, thus voiding
its effect. This change ensures that when both are combined, keepalive is
still announced to the server while close is announced to the client.
(cherry picked from commit 2be7ec90fa9caf66294f446423bbab2d00db9004)
doc/configuration.txt
src/proto_http.c