commit | f41ffdc1e9fe270be0f6eea4e790683915647793 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Sep 20 08:19:25 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Sep 20 08:34:41 2009 +0200 |
tree | 6f52fbf8b3fe120a8ca2a94b68f42274c42a2bcc | |
parent | ba0b63d2c76fb544a1331e33c303846f1b3f957d [diff] |
[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.