BUG/MEDIUM: H2: Activate polling after successful h2_snd_buf().
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 21 Aug 2018 14:36:10 +0000 (16:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 21 Aug 2018 16:06:57 +0000 (18:06 +0200)
commitfab7c7e91cdddfe43e0231b01052d52480247eee
tree96a5255dad19361d58b3851e2c091399d9ace9af
parenta6ff03577017848e1246cbca985060fae97f43b3
BUG/MEDIUM: H2: Activate polling after successful h2_snd_buf().

Make sure h2_send() is called after h2_snd_buf() by activating polling.

This is 1.9-specific, no backport is needed.
src/mux_h2.c