MEDIUM: h2: don't call data_cb->recv() anymore
authorWilly Tarreau <w@1wt.eu>
Mon, 26 Feb 2018 19:11:24 +0000 (20:11 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 20 Jul 2018 17:31:36 +0000 (19:31 +0200)
commit2df65e7194c78b2b35939db580dffc2b225f6be0
treeacc11991746a3d5404e23464e676a24648037e05
parent2a761dcf0d81c8c786d172699ef22f577744b5dc
MEDIUM: h2: don't call data_cb->recv() anymore

Now we simply call data_cb->wake() which will automatically perform the
recv() call if required.
src/mux_h2.c