jrudolph commented on issue #364: URL: https://github.com/apache/incubator-pekko-http/issues/364#issuecomment-1814038487
On the HTTP/2 side, there's much less infrastructure available, in particular, there's only a connection level API, which for both HTTP/1.1 and HTTP/2 has the given signature without the extra `Try` wrapping because if anything goes wrong on the connection, the whole connection is brought down. For the host-level (pool) API, the extra failure possibility is more a detail of the API. -- 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]
