]> git.kaiwu.me - haproxy.git/commit
[MINOR] new function stream_int_cond_close()
authorWilly Tarreau <w@1wt.eu>
Sun, 27 Dec 2009 21:51:06 +0000 (22:51 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 27 Dec 2009 21:51:06 +0000 (22:51 +0100)
commit5d881d0f3ac1e391ee45a03ab8df43a028e21165
tree91ad953dcf666bd10688acd558e25647bbc04b1e
parent7c96f678fa822d7f7dfc1fc053396c1dff547b11
[MINOR] new function stream_int_cond_close()

This one will be used to conditionally send a message upon a
close on a stream interface. It will not overwrite any existing
data.
include/proto/stream_interface.h
src/stream_interface.c