]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: http: message parser must ignore HTTP_MSG_ERROR
authorWilly Tarreau <w@1wt.eu>
Mon, 16 Apr 2012 12:51:55 +0000 (14:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 30 Apr 2012 09:51:59 +0000 (11:51 +0200)
commitb56928a74cfb8288e1d2246b9350e39d491a3236
treeffd4a1a662ac1a7f6d301807cd1371e6127faa3a
parent46787ed700b38f8798c33f70e662fb1df1c21641
CLEANUP: http: message parser must ignore HTTP_MSG_ERROR

The issue only happens when DEBUG_FULL is enabled, which causes
http_msg_analyzer() to complain if it's called twice with an invalid
message, for instance because of two consecutive ACLs using req_proto_http.

The code is commented out when DEBUG_FULL is disabled, so this is not a bug,
just an annoyance for the developer.
src/proto_http.c