]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int/stream: Move si_update_both in stream scope
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 1 Apr 2022 12:48:06 +0000 (14:48 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:15 +0000 (15:10 +0200)
commitef285c18f233a0090b35cbdf735d296d84dc532f
tree81c4bb75098c139d1e6248f92debe2023155d56a
parent13045f0eaedc36f73d08eb64d1d6832c37ad6988
MINOR: stream-int/stream: Move si_update_both in stream scope

si_update_both() is renamed stream_update_both_cs() and moved in stream.c.
The function is slightly changed to manipulate the stream instead the front
and back conn-streams.
include/haproxy/cs_utils.h
src/conn_stream.c
src/stream.c