commit | b35e32e43b98f900771b119621ec83ff36f02c12 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed May 03 09:50:25 2023 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu May 11 14:04:51 2023 +0200 |
tree | fb3c459c9317d32428235329307e9fc96553dc98 | |
parent | 04b2208aa0768bb7f69dc4a286e7e059409bdf09 [diff] |
MINOR: mux-quic: factorize send subscribing Factorize code for send subscribing on the lower layer in a dedicated function qcc_subscribe_send(). This allows to call the lower layer only if not already subscribed and print a trace in this case. This should help to understand when subscribing is really performed. In the future, this function may be extended to avoid subscribing under new conditions, such as connection already on error. This should be backported up to 2.7.