]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int/conn-stream: Move si_alloc_ibuf() in the conn-stream scope
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 1 Apr 2022 15:19:36 +0000 (17:19 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:15 +0000 (15:10 +0200)
commit8f45eec016ce882eeb54b760dd63565541ce169d
treee6df15e7463fe3294f18761c507f09e26988bb54
parent158f33615de5a257a022b0972a2e68d4eb888741
MINOR: stream-int/conn-stream: Move si_alloc_ibuf() in the conn-stream scope

si_alloc_ibuf() is renamed as c_alloc_ibuf() and update to manipulate a
conn-stream instead of a stream-interface.
include/haproxy/cs_utils.h
include/haproxy/stream_interface.h
src/applet.c
src/hlua.c
src/stream_interface.c