MINOR: conn_streams: Remove wait_list from conn_streams.
authorOlivier Houchard <ohouchard@haproxy.com>
Wed, 12 Sep 2018 13:21:03 +0000 (15:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 12 Sep 2018 15:37:55 +0000 (17:37 +0200)
commit71384551fe81b08d915506bd6b53f17948b96e5f
tree97ec03dff122051b425e897ede8e04469c8eb0fb
parent26e1a8f2bfd9bb549219829fb03e9f37da4a6498
MINOR: conn_streams: Remove wait_list from conn_streams.

The conn_streams won't be used for subscribing/waiting for I/O events, after
all, so just remove its wait_list, and send/recv/_wait_list.
include/proto/connection.h
include/types/connection.h
src/stream_interface.c