]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MAJOR: http: fix stats regression consecutive to HTTP_RULE_RES_YIELD
authorWilly Tarreau <w@1wt.eu>
Tue, 10 Mar 2015 14:25:54 +0000 (15:25 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 10 Mar 2015 14:33:55 +0000 (15:33 +0100)
commit612adb8459402cb9404b03e6ca0e227dc74a4ceb
tree475d264b06a6704223a4adc2c4f703978decb3bb
parenteee45391dbd48b35601d70d41611ebf929d029d1
BUG/MAJOR: http: fix stats regression consecutive to HTTP_RULE_RES_YIELD

Commit bc4c1ac ("MEDIUM: http/tcp: permit to resume http and tcp custom actions")
unfortunately broke the stats applet by moving the clearing of the analyser bit
after processing the applet headers. It used to work only in HTTP/1.1 and not
in HTTP/1.0. This is 1.6-specific, no backport is needed.
src/proto_http.c