]> git.kaiwu.me - haproxy.git/commit
MINOR: stream-int/conn-stream: Move si_sync_recv/send() in conn-stream scope
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 1 Apr 2022 15:03:14 +0000 (17:03 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:15 +0000 (15:10 +0200)
commit431ce2e3c1d97585950fb38a517430b08b250120
tree5903c5267b74ae910846042a83df4080e3687a9b
parent4a7764ae9d8dc17aa6fdd2e7e6894a15000a4e46
MINOR: stream-int/conn-stream: Move si_sync_recv/send() in conn-stream scope

si_sync_recv() and si_sync_send() are renamesd cs_conn_recv() and
cs_conn_send() and updated to manipulate conn-streams instead of
stream-interfaces.
include/haproxy/stream_interface.h
src/stream.c
src/stream_interface.c