commit | eda9c1026e9cf06053d6c68da86041bffb16a709 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Sep 01 14:13:44 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Sep 06 16:29:41 2023 +0200 |
tree | e09d659834d260f6d0c4772bb84497c4223b062e | |
parent | f227db4bbff8ae3af04e7bde03ab423071ef9858 [diff] |
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. (cherry picked from commit b50a471adbb464179a040ec9488dda86da38a07e) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>