]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: stream-int: Process connection/CS errors first in si_cs_send()
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 23 Sep 2019 13:57:29 +0000 (15:57 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 24 Sep 2019 08:04:05 +0000 (10:04 +0200)
commit328ed220a8c5211aa8b6f37b982f319cf6b3f3d1
tree5c11d863451990ebab885e644ed0a6043423aa3a
parentc77c2d4f9c413b04f2bd6107f61594deb1abb8de
BUG/MINOR: stream-int: Process connection/CS errors first in si_cs_send()

Errors on the connections or the conn-stream must always be processed in
si_cs_send(), even if the stream-interface is already subscribed on
sending. This patch does not fix any concrete bug per-se. But it is required by
the following one to handle those errors during synchronous sends.

This patch must be backported with the following one to 2.0 and probably to 1.9
too, but with caution because the code is really different.
src/stream_interface.c