mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-08-15 04:39:47 +00:00
This fixes a bug where we were not sending the ALPN extension, which caused the HTTP client to always use HTTP/1.1 instead of HTTP/2. Fixes #5757