]> git.kaiwu.me - haproxy.git/commit
MEDIUM: stats: prepare the HTTP stats I/O handler to support more states
authorWilly Tarreau <w@1wt.eu>
Fri, 22 Nov 2013 11:25:24 +0000 (12:25 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 9 Dec 2013 14:40:22 +0000 (15:40 +0100)
commit96d44918f73842caa48594b3bdfe2971687b7a40
tree93f3396fc99ce6c59867977f1d3b006e1f6443b6
parent2e1401afb0e1f73c586a0e842afa314f26ff0fed
MEDIUM: stats: prepare the HTTP stats I/O handler to support more states

In preparation for moving the POST processing to the applet, we first
add new states to the HTTP I/O handler. Till now st0 was only 0/1 for
start/end. We now replace it with an enum.
include/proto/dumpstats.h
src/dumpstats.c
src/proto_http.c