commit | 8f0b4c66f59156a73cf32fc587f6e8c693956a1d | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Thu Aug 02 18:21:38 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Aug 16 17:29:54 2018 +0200 |
tree | 4f6ac66ec2c0c8dfd585a9e16573b5ec09fea27e | |
parent | 91894cbf4c20cd9fdbdd7548596d10b1b0119b91 [diff] |
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.