]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http: make the HTTP error capture rely on the generic proxy code
authorWilly Tarreau <w@1wt.eu>
Fri, 7 Sep 2018 13:47:35 +0000 (15:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 7 Sep 2018 16:36:04 +0000 (18:36 +0200)
commitef3ca73fc3d60ce1cf450382c2f97d1a46f4efb4
tree0b363a7c4b69bdcfdb2bfe96be02041711c13235
parent75fb65a51fb87dc5e491173488160ec70e07f20c
MINOR: http: make the HTTP error capture rely on the generic proxy code

Now that we have a generic error capture function, let's simplify
http_capture_bad_message() to make use of it. At this point the API
is not changed at all, but it could be further simplified.
src/proto_http.c