]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] tcp: src_count acl does not have a permanent result
authorWilly Tarreau <w@1wt.eu>
Tue, 15 Jun 2010 15:57:36 +0000 (17:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 10 Aug 2010 16:04:11 +0000 (18:04 +0200)
commit171819b5d7888e12c2392e9631c54e2548b18acf
tree33c208c574429c44514c9595008a5c4c45c74962
parent591fedc2c3eff850e53dfafd3b0494a3d2264172
[MINOR] tcp: src_count acl does not have a permanent result

This ACL's count can change along the session's life because it depends
on other sessions' activity. Switch it to volatile since any session
could appear while evaluating the ACLs.
src/proto_tcp.c