HI All: I am looking at the code path from from:
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester.connect(HttpHost, Timeout, Object, FutureCallback<AsyncClientEndpoint>) down to: org.apache.hc.core5.http2.ssl.H2TlsSupport.enforceRequirements(Object, SSLSessionInitializer) and I do not see why the Object parameter is not just simply typed as a HttpVersionPolicy. Thoughts? Gary
