commit | e73ef85a63b5caac1a525a7778c8e499050343ae | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Apr 04 16:41:45 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Apr 06 11:37:31 2015 +0200 |
tree | ad1ef3a1a049f4a2b8993f1dec3c1094419e743c | |
parent | 70f454e8fa1d782c08a9217320274bede30c6eff [diff] |
MAJOR: tcp: make tcp_exec_req_rules() only rely on the session It passes a NULL wherever a stream was needed (acl_exec_cond() and action_ptr mainly). It can still track the connection rate correctly and block based on ACLs.