]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] stats: make HTTP stats use an I/O handler
authorWilly Tarreau <w@1wt.eu>
Sun, 4 Oct 2009 13:56:38 +0000 (15:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 4 Oct 2009 13:56:38 +0000 (15:56 +0200)
commitb0c9bc4f951c3b05fcc9e2e06c39f4cb09cb0563
tree924b3f1a85805c43fcd4255df8f14f30f00625b4
parent65671abd32cf6247100446ac8c570c41482c357a
[MEDIUM] stats: make HTTP stats use an I/O handler

Doing this, we can remove the last BF_HIJACK user and remove
produce_content(). s->data_source could also be removed but
it is currently used to detect if the stats or a server was
used.
include/proto/dumpstats.h
include/proto/proto_http.h
include/types/session.h
src/dumpstats.c
src/proto_http.c