Hi,
According to RFC9460 HTTPS resource records indicate http1.1 by default. The ALPN value does not have to be listed explicitly.
In contrast, the no-default-alpn parameter would remove http1.1 from the list of supported ALPNs. should this be considered here? [1]
[1] https://www.rfc-editor.org/rfc/rfc9460.html#section-9
https://github.com/mxinden/happy-eyeballs/blob/8277ee298fa2cbf5d5eae42d42e79f354356f0a1/src/lib.rs#L1096
Hi,
According to RFC9460 HTTPS resource records indicate http1.1 by default. The ALPN value does not have to be listed explicitly.
In contrast, the no-default-alpn parameter would remove http1.1 from the list of supported ALPNs. should this be considered here? [1]
[1] https://www.rfc-editor.org/rfc/rfc9460.html#section-9
https://github.com/mxinden/happy-eyeballs/blob/8277ee298fa2cbf5d5eae42d42e79f354356f0a1/src/lib.rs#L1096