]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proto_htx: Add functions to handle the stats applet
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 24 Oct 2018 19:21:30 +0000 (21:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 18 Nov 2018 21:08:59 +0000 (22:08 +0100)
commit377c5a508c5c49b2d24beca0594877ca77078936
tree135c40a9ed53fd2b0c3e0c51ea115db4da83d33e
parentfefc73da3458aff351ac17c934f8fcd77d0337ef
MINOR: proto_htx: Add functions to handle the stats applet

For now, the call to the stats applet is disabled for HTX messages. But HTX
versions of the function to check the request URI against the stats URI and the
fnuction to prepare the call to the stats applet have been added.
src/proto_htx.c