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

Add HTTP2 mode #134

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

Add HTTP2 mode #134

wants to merge 1 commit into from

Conversation

cute
Copy link

@cute cute commented Sep 25, 2019

No description provided.

@@ -142,6 +143,12 @@ func generateConfig() (*core.Config, error) {
if *mux != 0 {
connectionReuse = true
}
case "http":
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe http2 is better.

Copy link
Collaborator

@madeye madeye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use http2 protocol keyword.

@Mygod
Copy link
Collaborator

Mygod commented Jan 18, 2020

Why do we need this? Would this work with CDNs that support HTTP/2? (last time I check it is not the case)

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.

3 participants