]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stream-interface: offer a generic chk_rcv function for connections
authorWilly Tarreau <wtarreau@exceliance.fr>
Mon, 20 Aug 2012 10:38:36 +0000 (12:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Sep 2012 19:54:18 +0000 (21:54 +0200)
commit46a8d925c2f1317ecebfefff52a646f145aa1285
treebe12778c89db60745e66ce90b4c175d6c33a367d
parent100c46712068f550145f250f597d25daf3c588cd
MEDIUM: stream-interface: offer a generic chk_rcv function for connections

sock_raw and sock_ssl use a pretty generic chk_rcv function, so let's move
this function to the stream_interface and remove specific functions. Later
we might have a single chk_rcv function.
include/proto/stream_interface.h
src/sock_raw.c
src/stream_interface.c