commit | a2639383ece04c2fee3bbdda54dab66a640f6aa1 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Sep 30 17:47:04 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Oct 03 16:25:17 2022 +0200 |
tree | 2bef395823cfdc6aceb477d39bb7e0120dee4006 | |
parent | ac9bf016bfcb5608b4d29d029f20a45709ac0a2d [diff] |
CLEANUP: quic: remove duplicated varint code from xprt_quic.h There was some identical code between xprt_quic and quic_enc modules. This concerns helper on QUIC varint type. Keep only the version in quic_enc file : this should help to reduce dependency on xprt_quic module. Note that quic_max_int_by_size() has been removed and is replaced by the identical quic_max_int(). This should be backported up to 2.6.