MINOR: stream_interface: Give stream_interface its own wait_list.
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 2 Aug 2018 16:21:38 +0000 (18:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 16 Aug 2018 15:29:54 +0000 (17:29 +0200)
commit8f0b4c66f59156a73cf32fc587f6e8c693956a1d
tree4f6ac66ec2c0c8dfd585a9e16573b5ec09fea27e
parent91894cbf4c20cd9fdbdd7548596d10b1b0119b91
MINOR: stream_interface: Give stream_interface its own wait_list.

Instead of just using the conn_stream wait_list, give the stream_interface
its own. When the conn_stream will have its own buffers, the stream_interface
may have to wait on it.
include/proto/stream_interface.h
include/types/stream_interface.h
src/stream.c
src/stream_interface.c