]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: stconn: Move functions related to channel buffers to sc_strm.h
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 28 Jan 2026 09:53:22 +0000 (10:53 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 18 Feb 2026 08:44:16 +0000 (09:44 +0100)
commit806c8c830d69ab09383a6d42a879b2344e3e6989
treeb546b9f179a01cb2ed8f825e90b87fdb8fe83532
parent1b1a0b3bae87c2895a3876206af2d93bec210702
REORG: stconn: Move functions related to channel buffers to sc_strm.h

sc_have_buff(), sc_need_buff(), sc_have_room() and sc_need_room() are
related to the buffer's channel. So we can move them in sc_strm.h header
file. In addition, this will be mandatory for the next commit.
include/haproxy/sc_strm.h
include/haproxy/stconn.h