]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stream-interface: provide a generic stream_int_chk_snd_conn() function
authorWilly Tarreau <wtarreau@exceliance.fr>
Mon, 20 Aug 2012 13:01:10 +0000 (15:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Sep 2012 19:54:55 +0000 (21:54 +0200)
commitde5722c30269ddbfedc583763f7b991eeef7808b
tree5293db9454627c0c3e1f05b1600277bbb160eb68
parentfae4499e36377e825977cd74d3bd319014e0c7f7
MEDIUM: stream-interface: provide a generic stream_int_chk_snd_conn() function

This one can be used by both sock_raw and sock_ssl instead of each having their own.
include/proto/stream_interface.h
src/sock_raw.c
src/stream_interface.c