Skip to content

Disable H2C by default when using Reactor Netty, aligning it with Jetty, Tomcat, and Undertow #17867

@mbhave

Description

@mbhave

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.

/cc @bclozel

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions