-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
HTTP2 is enabled by default #90
Comments
dub of #89 |
Proposal: This will solve possible issue when go implementation of http2 will support h2c (issue on http2 repo) |
@ernado Thanks for your suggestions, I will consider them while making the change. In general, I am not very convinced about not allowing HTTP2 over TCP, there is already a PR pending but looks like it won't make it to the library. I would like to see HTTP2 being used for internal services where TLS is not needed. For reference: |
@vishr I would realy like to use h2c too. |
Perfect, will do the changes at next opportunity. |
Why?
It is enabled here and configured here
Maybe it is more expected to enable http2 when TLS key pair is present, because http2 without TLS is unusable in current implementation?
The text was updated successfully, but these errors were encountered: