]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int: make si_sync_send() from the send code of si_update_both()
authorWilly Tarreau <w@1wt.eu>
Thu, 6 Jun 2019 06:20:17 +0000 (08:20 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 6 Jun 2019 14:36:19 +0000 (16:36 +0200)
commit3b285d7fbd12402fbab15effb84e15c85bf2e18f
tree742e75026c34c8c2703fecf1f95d62311c2efcb3
parent236c4298b3ef7619761a06dcc85e41453ce2f817
MINOR: stream-int: make si_sync_send() from the send code of si_update_both()

Just like we have a synchronous recv() function for the stream interface,
let's have a synchronous send function that we'll be able to call from
different places. For now this only moves the code, nothing more.
include/proto/stream_interface.h
src/stream_interface.c