commit | 1d315eaa248abd05959beb43b3f9321d81610f4f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jun 04 12:25:31 2010 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jun 14 10:53:18 2010 +0200 |
tree | 8d74718e38009cfc27c7c604d580f9e4092f458f | |
parent | decd14d298687745323d1ba7c9a588f8e5324f74 [diff] |
[MINOR] buffer: refine the flags that may wake an analyser up. Analysers don't care (and must not care) about a few flags such as BF_AUTO_CLOSE or BF_AUTO_CONNECT, so those flags should not be listed in the BF_MASK_STATIC bitmask. We should also recheck if some buffer flags should be ignored or not in process_session() when deciding if we must loop again or not.