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

[FEATURE] HTTP3 Support #678

Open
1 task done
dalso0418 opened this issue Oct 5, 2023 · 4 comments
Open
1 task done

[FEATURE] HTTP3 Support #678

dalso0418 opened this issue Oct 5, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@dalso0418
Copy link

What's needed and why?

Hello.
From version 1.25 of nginx mainline, I understand that ngx_http_v3 module with HTTP/3 protocol has been added.

Could you support http3 on the bunkerweb??

Thank you for the fantastic project.
from Korean users

*This content has been translated through a translator, so please understand even if there are mistranslations.

Implementations ideas (optional)

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@dalso0418 dalso0418 added the enhancement New feature or request label Oct 5, 2023
@fl0ppy-d1sk
Copy link
Member

fl0ppy-d1sk commented Oct 5, 2023

Hello @dalso0418,

Your translation is perfect don't worry. Hello to all Korean users 🇰🇷 !

HTTP/3 support would be awesome, you're absolutely right.

But we have at least two things to consider.

BunkerWeb only supports stable version of nginx which is 1.24.X at the moment.
We can support both stable and mainline nginx versions and provide two flavors of BW (bunkerweb and bunkerweb-mainline for example) or simply wait for next 1.26.X stable version.

Under the hood, BW uses the lua-nginx-module and we need to check if HTTP/3 is supported by the library (and other LUA dependencies).

IMO, we should wait until 1.26.X is released and then makes sure that LUA deps support it.

@dalso0418
Copy link
Author

Thank you for your response.
I'm looking forward to it in the future

Have a great day!

@eddyJK
Copy link

eddyJK commented May 14, 2024

Hello Bunkerweb Team!

Any update on the http3 feature with the 1.26.X release on 2024-04-23?

I am so curious about that particular feature.

Kind redgards

@TheophileDiot
Copy link
Member

Hi @eddyJK, thank you for your comment. We'll have a look into it and let you know. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants