]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stats: reimplement HTTP keep-alive on the stats page
authorWilly Tarreau <w@1wt.eu>
Tue, 22 Apr 2014 20:19:53 +0000 (22:19 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Apr 2014 15:24:56 +0000 (17:24 +0200)
commitaf3cf70d7c4bbfc578acc371998621a1ab186804
tree165bae1ef5f9a7460b15c1088068c662d26b6806
parent5a8ba60fe1a4318f64854b0bc810f068f1eb8e89
MEDIUM: stats: reimplement HTTP keep-alive on the stats page

This basically reimplements commit f3221f9 ("MEDIUM: stats: add support
for HTTP keep-alive on the stats page") which was reverted by commit
51437d2 after Igor Chan reported a broken stats page caused by the bug
fix by previous commit.
include/proto/dumpstats.h
src/dumpstats.c
src/proto_http.c