]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: proto_htx: Truncate the request when an error is detected
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 4 Dec 2018 15:23:54 +0000 (16:23 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 4 Dec 2018 15:43:30 +0000 (16:43 +0100)
commitf3d480517f4261491c32020acc71489e7b3a53c3
tree30249dbd0dd3078e21fa10e2d1591a4577eff030
parent1a7ad7ad188812c7165f08f75a154403b36ac2c6
BUG/MINOR: proto_htx: Truncate the request when an error is detected

When HTTP_MSGF_ERROR is set on a channel (the request or the response), the
request must be truncated, not the response.
src/proto_htx.c