commit | 3b285d7fbd12402fbab15effb84e15c85bf2e18f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jun 06 08:20:17 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jun 06 16:36:19 2019 +0200 |
tree | 742e75026c34c8c2703fecf1f95d62311c2efcb3 | |
parent | 236c4298b3ef7619761a06dcc85e41453ce2f817 [diff] |
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.