commit | 9279562e2aa985e8d232b756b7afe24e835e306e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Mar 06 12:51:23 2009 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Mar 06 12:51:23 2009 +0100 |
tree | 53b3f77d09a6fc87414f336f357d45c57d1068e0 | |
parent | 79584225e559a63045b65421f1b3df474910e831 [diff] |
[BUG] switch server-side stream interface to close in case of abort In pure TCP mode, there is no response analyser to switch the server-side stream interface from INI to CLO when the output has been closed after an abort. This caused sessions to remain indefinitely active when they were aborted by the client during a TCP content analysis. The proper action is to switch the stream interface to the CLO state from INI when we have write enable and shutdown write.