How is the `tlsDetailsFactory` field of `DefaultClientTlsStrategy` supposed to get set when running on JDK11? I have a client that is successfully negotiating h2 with ALPN, but `DefaultClientTlsStrategy#createTlsDetails` is returning `null`. Without access to correct `TlsDetails`, I'm not able to determine whether `h2` has been negotiated, and thus whether its cipher suite restrictions need to be applied.
