]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stream: Don't use the stream-int anymore in process_stream()
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 4 Apr 2022 09:08:42 +0000 (11:08 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:16 +0000 (15:10 +0200)
commitc77ceb6ad181848927fd7aa0da5c3890695ec3f9
tree2c8ba2b28f4c6d6fd685bb865e32a44d3716b1e9
parent7739799ab46a946881b4ccbdf841de29dbe50893
MEDIUM: stream: Don't use the stream-int anymore in process_stream()

process_stream() and all associated functions now manipulate conn-streams.
stream-interfaces are no longer used. In addition, function to dump info
about a stream no longer print info about stream-interfaces.
src/stream.c