commit | 02c7b22267c838313b9a1d2e17dee080404a848b | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@qualys.com> | Tue Dec 22 12:01:29 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Feb 09 14:53:15 2016 +0100 |
tree | cc7b2dcc7c3c8bd805e9a472e477339329711b13 | |
parent | d7c9196ae56e8ee6babca07ec2ec98a4146bcfd1 [diff] |
MINOR: filters: Do not reset stream analyzers if the client is gone When all callbacks have been called for all filters registered on a stream, if we are waiting for the next HTTP request, we must reset stream analyzers. But it is useless to do so if the client has already closed the connection.