We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Original issue #181
Sorry, something went wrong.
Note: Http2 will also need to be supported on the client side.
reactor/reactor-netty#2659 reactor netty 1.1.3 introduce possibility to configure HTT11, H2 e H2C together
NiccoMlt
Successfully merging a pull request may close this issue.
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:
H2C will need to be supported for http listeners only
The text was updated successfully, but these errors were encountered: