commit | b56928a74cfb8288e1d2246b9350e39d491a3236 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Apr 16 14:51:55 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Apr 30 11:51:59 2012 +0200 |
tree | ffd4a1a662ac1a7f6d301807cd1371e6127faa3a | |
parent | 46787ed700b38f8798c33f70e662fb1df1c21641 [diff] |
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.