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

bugfix: http2 directive should not work on h2c #1276

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yongjianchn
Copy link
Contributor

The http2 directive works on HTTP2 over TLS not on HTTP2 cleartext.

For HTTP2 cleartext, the default server still controls using http2
or not. the "http2 off;" line in other servers is not going to work
as expected.

So, we should just make http2 directive only affects HTTP2 over TLS.

The http2 directive works on HTTP2 over TLS not on HTTP2 cleartext.

For HTTP2 cleartext, the default server still controls using http2
or not. the "http2 off;" line in other servers is not going to work
as expected.

So, we should just make http2 directive only affects HTTP2 over TLS.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant