]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream_interface: add a data channel close function
authorWilly Tarreau <w@1wt.eu>
Mon, 21 May 2012 15:28:50 +0000 (17:28 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 21 May 2012 15:59:53 +0000 (17:59 +0200)
commit24208275d533293c648dec2baf70ce93290836d9
treedde252b8eb23feee17558067e230ddf01c9121e8
parent949811319b9b0ef0e697dc9351ff55707a89dcf0
MINOR: stream_interface: add a data channel close function

This function will be called later when splitting the shutdown in two
steps. It will be needed by SSL and for remote socket operations to
release unused contexts.
include/proto/stream_interface.h
include/types/stream_interface.h
src/sock_raw.c
src/stream_interface.c