Hi All: I am trying to fix tests at work that use the ephemeral port, but:
org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap.create() uses by default: new H2ServerTlsStrategy(443, 8443), What do you think about making this: new H2ServerTlsStrategy(0, 443, 8443), ? Gary
