]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: stconn: Don't block sends if there is a pending shutdown
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 1 Sep 2023 12:13:44 +0000 (14:13 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 1 Sep 2023 12:18:26 +0000 (14:18 +0200)
commitb50a471adbb464179a040ec9488dda86da38a07e
treebd580105075e6306ef6bdc2f99434ab6501275ce
parent0b93ff8c87d6813372a28e9af0af86beeae2ec28
BUG/MEDIUM: stconn: Don't block sends if there is a pending shutdown

For the same reason than the previous patch, we must not block the sends
when there is a pending shutdown. In other words, we must consider the sends
are allowed when there is a pending shutdown.

This patch must slowly be backported as far as 2.2. It should partially fix
issue #2249.
include/haproxy/sc_strm.h