-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 Support #1183
base: master
Are you sure you want to change the base?
HTTP 2 Support #1183
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
@luneo7 this looks very promising. Thanks for contributing!! I will start reviewing it. |
@perwendel I reverted to the original import order =] |
@luneo7 great! :) |
I want to learn hacking. |
@luneo7 I have applied this PR into the unofficial release-3 (all tests passing). Feel free to give it a try. Thank you! |
Picked up from where #514 left, updated the code so it works with the current Jetty version being used. Added tests, a http2 client using Jetty for testing and also support for HTTP 2 clear protocol so people can also leverage HTTP 2 benefits when not using SSL.
People can also test it using JitPack
And after grpc/grpc-java#4738 is merged (grpc/grpc-java#1621) we can also add the possibility of running gRPC on top of HTTP/2