]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http: remove the pointer to the error snapshot in http_capture_bad_message()
authorWilly Tarreau <w@1wt.eu>
Fri, 7 Sep 2018 16:01:03 +0000 (18:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 7 Sep 2018 16:36:04 +0000 (18:36 +0200)
commitfd9419d56051e21713c8afcfae2e3eda2494cbc3
tree18375694ee8e387e049587d2df10ddbb3117e4e4
parentef3ca73fc3d60ce1cf450382c2f97d1a46f4efb4
MINOR: http: remove the pointer to the error snapshot in http_capture_bad_message()

It's not needed anymore as we know the side thanks to the channel. This
will allow the proxy generic code to better manage the error snapshots.
include/proto/proto_http.h
src/proto_http.c