Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP/2 - Enable http2 H2C #409

Closed
hamadodene opened this issue Feb 17, 2023 · 3 comments · Fixed by #483
Closed

HTTP/2 - Enable http2 H2C #409

hamadodene opened this issue Feb 17, 2023 · 3 comments · Fixed by #483
Assignees
Milestone

Comments

@hamadodene
Copy link
Contributor

hamadodene commented Feb 17, 2023

As the first step of #181 , we can implement http2 H2C support.
See https://projectreactor.io/docs/netty/release/reference/index.html#_http2 for more info.

It must be possible on the listener side to specify which http protocol to use. Something like:

listener.1.protocol=http11,h2c
or
listener.1.protocol=h2c
or
listener.1.protocol=http11

H2C will need to be supported for http listeners only

@hamadodene
Copy link
Contributor Author

Original issue #181

@pv3ntur1 pv3ntur1 added this to the v2.0.0 milestone Feb 20, 2023
@hamadodene
Copy link
Contributor Author

Note: Http2 will also need to be supported on the client side.

@hamadodene
Copy link
Contributor Author

reactor/reactor-netty#2659
reactor netty 1.1.3 introduce possibility to configure HTT11, H2 e H2C together

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants