]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stats: Remove code relying on the legacy HTTP mode
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 15 Jul 2019 19:56:43 +0000 (21:56 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Jul 2019 07:18:27 +0000 (09:18 +0200)
commitb7f8890b1907518075d53d5a9e558a06bcd9676f
tree14fb52ca5ba31bcf88304e5ab9ebc32e88216e31
parent386a0cda23afa165df1065a584d25b1f1a6deb20
MINOR: stats: Remove code relying on the legacy HTTP mode

The part of the applet dealing with raw buffer was removed, for the HTTP part
only. So the old functions stats_send_http_headers() and
stats_send_http_redirect() were removed and replaced by the htx ones. The legacy
applet I/O handler was replaced by the htx one. And the parsing of POST data was
purged of the legacy HTTP code.
src/stats.c