]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: tcp-rules: move tcp rules processing to their own file
authorWilly Tarreau <w@1wt.eu>
Fri, 25 Nov 2016 14:49:32 +0000 (15:49 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 25 Nov 2016 14:57:38 +0000 (15:57 +0100)
commit397131093f03c8cebc433ffba6beca3ee8641773
tree641ec3172f577dd155b1c344a8c2fc1bd55ab86e
parentd39ad449b950bf9c1fdc9c71f7e6dc14d4105510
REORG: tcp-rules: move tcp rules processing to their own file

There's no more reason to keep tcp rules processing inside proto_tcp.c
given that there is nothing in common there except these 3 letters : tcp.
The tcp rules are in fact connection, session and content processing rules.
Let's move them to "tcp-rules" and let them live their life there.
Makefile
include/proto/proto_tcp.h
include/proto/tcp_rules.h [new file with mode: 0644]
src/cfgparse.c
src/hlua.c
src/proto_tcp.c
src/session.c
src/stick_table.c
src/stream.c
src/tcp_rules.c [new file with mode: 0644]
src/vars.c