jrudolph commented on issue #484: URL: https://github.com/apache/pekko-http/issues/484#issuecomment-2056417185
> What needs to be done when HTTP/2 is selected is to replace the code at `PoolInterface.apply`, to create an alternative connection flow that uses a single managed persistent HTTP/2 connection instead of the pool of HTTP/1.1 connections. @samueleresca this is the first thing I would try. Hopefully, the flows implemented by `OutgoingConnection.managedPersistentHttp2` and `NewHostConnectionPool` are compatible enough for it to work. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
