MINOR: mux_h2: Don't use h2_send() as a callback.
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 2 Aug 2018 16:56:36 +0000 (18:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 16 Aug 2018 15:29:54 +0000 (17:29 +0200)
commit29fb89dc5e778916f879cb1ebf67a02206fd503f
tree6e951ec444be9a2924515ba90884e28ada871c4c
parent8f0b4c66f59156a73cf32fc587f6e8c693956a1d
MINOR: mux_h2: Don't use h2_send() as a callback.

Instead of using h2_send() directly as a callback, introcude h2_io_cb(), that
will call h2_send() if it is possible to send data.
src/mux_h2.c