]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http/applets: Handle all applets intercepting HTTP requests the same way
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 1 Mar 2019 10:44:26 +0000 (11:44 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 19 Mar 2019 08:54:20 +0000 (09:54 +0100)
commit2571bc64106a6053e8431c6f66ba9460e4f03a37
tree8cb3f3131e94e101054280b92c4b5f8c2f9661f9
parentbcf242a1d5d9417d32d54e184fa4441a6f9b8714
MINOR: http/applets: Handle all applets intercepting HTTP requests the same way

In addition to stats and cache applets, there are also HTTP applet services
declared in an http-request rule. All these applets are now handled the same
way. Among other things, the header Expect is handled at the same place for all
these applets.
src/proto_http.c
src/proto_htx.c
src/stream.c