]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUG] stream_interface: SI_ST_CLO must have buffers SHUT
authorWilly Tarreau <w@1wt.eu>
Sun, 20 Sep 2009 06:19:25 +0000 (08:19 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 20 Sep 2009 06:34:41 +0000 (08:34 +0200)
commitf41ffdc1e9fe270be0f6eea4e790683915647793
tree6f52fbf8b3fe120a8ca2a94b68f42274c42a2bcc
parentba0b63d2c76fb544a1331e33c303846f1b3f957d
[BUG] stream_interface: SI_ST_CLO must have buffers SHUT

An abort during a connect would go to the SI_ST_CLO state without
the buffers shut. This was causing some sessions to never end if
they would abort before the connect request was initiated. This
bug has been introduced after 1.4-dev2.

The doc has been extended to reflect that too.
doc/internals/stream-sock-states.fig
src/session.c