I understand QUIC support for HTTP/3 has been added in the last few releases 2.6 → 2.8. However, I am curious about a couple of different QUIC related use cases.
- Can HAProxy be used to load balance ‘raw’ QUIC connections (eg. not involving or relating to HTTP)
- Can HAProxy be used to load balance the relatively new WebTransport protocol, which ‘upgrades’ from a standard HTTP/3 connection to a persistent two-way connection, similar to WebSocket in HTTP/1.1?
Thanks in advance for any insight.