]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] buffer: refine the flags that may wake an analyser up.
authorWilly Tarreau <w@1wt.eu>
Fri, 4 Jun 2010 10:25:31 +0000 (12:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Jun 2010 08:53:18 +0000 (10:53 +0200)
commit1d315eaa248abd05959beb43b3f9321d81610f4f
tree8d74718e38009cfc27c7c604d580f9e4092f458f
parentdecd14d298687745323d1ba7c9a588f8e5324f74
[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.
include/types/buffers.h