]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proto-http/proto-htx: Make error handling clearer during data forwarding
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 8 Mar 2019 13:18:50 +0000 (14:18 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 18 Mar 2019 14:50:23 +0000 (15:50 +0100)
commit93e02d8b73f3dc31e85c5029def8647d5e5e9136
tree3a4f5186099f5c6511982834d27fa6de1be2813b
parent203b2b0a5afbb8ca1032104df6ebe98834bb374a
MINOR: proto-http/proto-htx: Make error handling clearer during data forwarding

It is just a cleanup. Error handling is grouped at the end HTTP data analysers.

This patch must be backported to 1.9 because it is used by another patch to fix
a bug.
src/proto_http.c
src/proto_htx.c