You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Http/2 support on Tomcat, Jetty and Undertow we only support HTTP/2 over TLS (h2) whereas for Netty we support the cleartext variant (h2c) as well. We should look at making it consistent which would mean we either need to enable h2c with Tomcat, Jetty and Undertow or disable it with Netty.