]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: mux_h2: Revamp the send path when blocking.
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 11 Sep 2018 16:24:28 +0000 (18:24 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 12 Sep 2018 15:37:55 +0000 (17:37 +0200)
commit8ae735da05f1be8f4bd5590b656af5782f027596
tree3f8b05a353fab8850a0f4e182947d917b285ce4c
parentcb1f49ff9325f6576ae5103e9cd2958a01f82447
MEDIUM: mux_h2: Revamp the send path when blocking.

Change fctl_list and send_list to be lists of struct wait_list, and nuke
send_wait_list, as it's now redundant.
Make the code responsible for shutr/shutw subscribe to those lists.
src/mux_h2.c