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

🔥 Added HTTP2 support to server. #1957

Closed
wants to merge 1 commit into from

Conversation

HrachMD
Copy link

@HrachMD HrachMD commented Jun 29, 2022

New config parameter added for the App - HttpProtocolVersion.
The possible values are ProtoV1 for Http/1.1 and ProtoV2 for Http/2.
Setting HttpProtocolVersion = ProtoV2 will take effect only when TLS is enabled (eg. ListenTLS).

@welcome
Copy link

welcome bot commented Jun 29, 2022

Thanks for opening this pull request! 🎉 Please check out our contributing guidelines. If you need help or want to chat with us, join us on Discord https://gofiber.io/discord

@tomaswarynyca
Copy link
Contributor

#1796

@HrachMD
Copy link
Author

HrachMD commented Jul 2, 2022

#1796

it's in a draft for a 4mns (

@efectn
Copy link
Member

efectn commented Jul 2, 2022

Because dgrr/http2 is not ready to use in production

@HrachMD
Copy link
Author

HrachMD commented Jul 5, 2022

Because dgrr/http2 is not ready to use in production

Thank you, will follow your updates.

@HrachMD HrachMD closed this Jul 6, 2022
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