]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int/conn-stream: Move stream_int_notify() in the conn-stream scope
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 1 Apr 2022 14:48:36 +0000 (16:48 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:15 +0000 (15:10 +0200)
commit9029a72899a1af1aca2bff29ddf6887308d4264c
tree784aa9a700ce817be37c06720e48be5cf6fede5b
parentd715d362008479eb41ebf08faf0aa97affdcd8af
MINOR: stream-int/conn-stream: Move stream_int_notify() in the conn-stream scope

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