]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: streams: Don't add CF_WRITE_ERROR if early data were rejected.
authorOlivier Houchard <cognet@ci0.org>
Fri, 3 May 2019 20:21:24 +0000 (22:21 +0200)
committerOlivier Houchard <cognet@ci0.org>
Fri, 3 May 2019 20:23:41 +0000 (22:23 +0200)
commitf4bda993dde4f7414a59d48cb3b009a29456d4ba
tree4a46aedb53585bd2eb5a3d5380a3743ede46111d
parent010941f87605e8219d25becdbc652350a687d6a2
BUG/MEDIUM: streams: Don't add CF_WRITE_ERROR if early data were rejected.

In sess_update_st_con_tcp(), if we have an error on the stream_interface
because we tried to send early_data but failed, don't flag the request
channel as CF_WRITE_ERROR, or we will never reach the analyser that sends
back the 425 response.

This should be backported to 1.9.
src/stream.c