]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int/conn-stream: Move stream_int_read0() in the conn-stream scope
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 1 Apr 2022 14:38:32 +0000 (16:38 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:15 +0000 (15:10 +0200)
commitd715d362008479eb41ebf08faf0aa97affdcd8af
treec47d944c1f35e4473442e9e2fb43142b3e8ee1f9
parent6059ba4acc27e5ea03a3537aab92245f12146a9f
MINOR: stream-int/conn-stream: Move stream_int_read0() in the conn-stream scope

stream_int_read0() is renamed cs_conn_read0() and is updated to manipulate a
conn-stream instead of a stream-interface.
src/stream_interface.c