commit | 154bc7f8640824f999378cb40f73bac4b0d7e1f5 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Nov 12 16:09:54 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Nov 18 10:50:58 2021 +0100 |
tree | 7812df3cb48cb8a0a9c80fdb59be13fec2932dc2 | |
parent | 71e588c8a7d182241dce274b8f47d42099eadb0a [diff] |
MINOR: quic: support hq-interop Implement a new app_ops layer for quic interop. This layer uses HTTP/0.9 on top of QUIC. Implementation is minimal, with the intent to be able to pass interoperability test suite from https://github.com/marten-seemann/quic-interop-runner. It is instantiated if the negotiated ALPN is "hq-interop".