]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: stconn: Don't rearm the read expiration date if EOI was reached
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 14 Feb 2023 10:01:51 +0000 (11:01 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 17 Feb 2023 09:16:25 +0000 (10:16 +0100)
commit407210a34d781f8249504557c371c170cb34f93e
treeeb643eba8c28469d90914fb1de47c8aa2349ae94
parentaf124360edda54168922d537344f9ee8dc84fa73
BUG/MEDIUM: stconn: Don't rearm the read expiration date if EOI was reached

At the stream level, the read expiration date is unset if a shutr was
received but not if the end of input was reached. If we know no more data
are excpected, there is no reason to let the read expiration date armed,
except to respect clientfin/serverfin timeout on some circumstances.

This patch could slowly be backported as far as 2.2.
src/stconn.c