]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] http: logs must report persistent connections to down servers
authorWilly Tarreau <w@1wt.eu>
Sun, 24 Jan 2010 12:10:43 +0000 (13:10 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 24 Jan 2010 12:10:43 +0000 (13:10 +0100)
commit2a6d88dafe5e5628abb962caf395143d0c0b6024
treed4d2ae509feda33378973a28ff3f79c92e318b4c
parent4de9149f876cc0c63495b71a2c7a3aefc722c9c0
[MINOR] http: logs must report persistent connections to down servers

When using "option persist" or "force-persist", we want to know from the
logs if the cookie referenced a valid server or a down server. Till here
the flag reported a valid server even if the server was down, which is
misleading. Now we correctly report that the requested server was down.
We can typically see "--DI" when using "option persist" with redispatch,
ad "SCDN" when using force-persist on a down server.
src/proto_http.c