]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: conn-stream: Remove the stream-interface from the conn-stream
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 4 Apr 2022 09:25:59 +0000 (11:25 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:16 +0000 (15:10 +0200)
commit582a226a2c5107c76e2341ce57a9b0e1de5c75a9
tree65eb6ccaf1fffdb9260ac819b1a57c1b145fc231
parentc77ceb6ad181848927fd7aa0da5c3890695ec3f9
MINOR: conn-stream: Remove the stream-interface from the conn-stream

The stream-interface API is no longer used. Thus, it is removed from the
conn-stream. From now, stream-interfaces are now longer used !
include/haproxy/conn_stream-t.h
include/haproxy/conn_stream.h
src/cli.c
src/conn_stream.c
src/debug.c