]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: tcp: make tcp_exec_req_rules() only rely on the session
authorWilly Tarreau <w@1wt.eu>
Sat, 4 Apr 2015 14:41:45 +0000 (16:41 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 Apr 2015 09:37:31 +0000 (11:37 +0200)
commite73ef85a63b5caac1a525a7778c8e499050343ae
treead1ef3a1a049f4a2b8993f1dec3c1094419e743c
parent70f454e8fa1d782c08a9217320274bede30c6eff
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.
include/proto/proto_tcp.h
src/proto_tcp.c
src/stream.c