No way to create a unencrypted HTTP/2 server with Java #2110
Labels
3 - in progress
Someone is working on this ticket
t:http2
Issues related to support HTTP2
t:java
Issues related to the Java DSL
Milestone
The juggling going on with the
ConnectHttp
in the Java version ofbindAndHandleAsync
will loose the Http2 flag when the context is not encrypted (effectiveConnectionContext
always returns thefallbackContext
which doesn't have http2 set sinceConnectHttpImpl
always has an emptyconnectionContext
)The text was updated successfully, but these errors were encountered: