jrudolph commented on issue #484:
URL: https://github.com/apache/pekko-http/issues/484#issuecomment-2056542504

   > `OutgoingConnection.managedPersistentHttp2` and `NewHostConnectionPool` 
are compatible enough for it to work
   
   Which is not quite the case right now. `NewHostConnectionPool` is 
`Flow[RequestContext, ResponseContext]` while `managedPersistentHttp2` is 
`Flow[HttpRequest, HttpResponse]`. That's probably not a blocker, it's more an 
artifact of the HTTP/1.1 low-level impl not (yet) supporting the more general 
`RequestResponseAssociation` protocol to associated requests with responses 
that HTTP/2 supports.


-- 
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]

Reply via email to