]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stream_interface: remove unused field err_loc
authorWilly Tarreau <w@1wt.eu>
Mon, 8 Jul 2013 14:16:22 +0000 (16:16 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 9 Dec 2013 14:40:21 +0000 (15:40 +0100)
commit08382955fe3f2813cb6458950d1fdd951a66c082
tree804c29fe417e99f6589a6f7aa5649ae702ca57e5
parent3ce88c76a05c786d4b83655b5ce9a4a047133996
CLEANUP: stream_interface: remove unused field err_loc

This field was still fed with a pointer to the server that caught an
error but was not used anymore. Let's remove it.
include/types/stream_interface.h
src/backend.c
src/peers.c
src/proto_http.c
src/session.c