]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: conn-stream: Move cs_app_ops in conn_stream.c
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 1 Apr 2022 12:04:29 +0000 (14:04 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:15 +0000 (15:10 +0200)
commit9ffddd5ca56d408128714489638d5d23ab7492ad
treea7932bcfa2949e1b35977f59ce37101679b501c3
parent19bd728642488a8c17e121cd527fb16867cf6f2e
REORG: conn-stream: Move cs_app_ops in conn_stream.c

Callback functions to perform shutdown for reads and writes and to trigger
I/O calls are now moved in conn_stream.c.
include/haproxy/stream_interface.h
src/conn_stream.c
src/stream_interface.c