]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: stream-int: Export si_cs_recv(), si_cs_send() and si_cs_process()
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 1 Apr 2022 11:48:39 +0000 (13:48 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:15 +0000 (15:10 +0200)
commit9b7a9b400daccb22433dc8366204116cb6d69600
tree568e3fa5d95d3fd626e1f606876e8454fba81955
parentaa91d6292b20db5c4f3ff91fc34efa9a978cdb43
REORG: stream-int: Export si_cs_recv(), si_cs_send() and si_cs_process()

It is a transient commit. It should ease next changes about the conn-stream
refactoring. At the end these functions will be moved in the conn-stream
scope.
include/haproxy/stream_interface.h
src/stream_interface.c