commit | 29fb89dc5e778916f879cb1ebf67a02206fd503f | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Thu Aug 02 18:56:36 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Aug 16 17:29:54 2018 +0200 |
tree | 6e951ec444be9a2924515ba90884e28ada871c4c | |
parent | 8f0b4c66f59156a73cf32fc587f6e8c693956a1d [diff] |
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.