]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: tcp: move TCP sample fetches from proto_tcp.c to tcp_sample.c
authorWilly Tarreau <w@1wt.eu>
Fri, 28 Aug 2020 09:37:21 +0000 (11:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 28 Aug 2020 16:51:36 +0000 (18:51 +0200)
commit8987e7a8c90caf7b9877424432c36902451ad310
treecb5882da37693a1076bf1ab3ae51d20224a050b9
parent478331dd9320541484edb3f47f3d770f6c117e7a
REORG: tcp: move TCP sample fetches from proto_tcp.c to tcp_sample.c

Let's continue the cleanup and get rid of all sample fetch functions
from proto_tcp.c. They're now moved to tcp_sample.c, just as was done
for ssl before 2.2 release. Nothing has changed beyond this.
Makefile
src/proto_tcp.c
src/tcp_sample.c [new file with mode: 0644]