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

[FEAT] Add QUIC/HTTP3 to SWAG #536

Open
1 task done
brokoler opened this issue Jan 16, 2025 · 4 comments
Open
1 task done

[FEAT] Add QUIC/HTTP3 to SWAG #536

brokoler opened this issue Jan 16, 2025 · 4 comments
Assignees
Labels
enhancement New feature or request upstream issue work-in-progress Stale exempt

Comments

@brokoler
Copy link

brokoler commented Jan 16, 2025

Is this a new feature request?

  • I have searched the existing issues

Wanted change

Add ngx_http_v3_module to support http3

Reason for change

HTTP3 adds many performance improvements compared to HTTP2.
SWAG is based on Alpine 3.21 and NGINX 1.26.2 which both support HTTP3 NGINX module.
The request was declined before based on older versions that didn't support the HTTP3 module, now it should be possible:
#452 (comment)

Proposed code change

No response

@brokoler brokoler added the enhancement New feature or request label Jan 16, 2025
@brokoler brokoler changed the title [FEAT] <title> [FEAT] Add QUIC/HTTP3 to SWAG Jan 16, 2025
@martabal
Copy link

There’s an upstream PR to build nginx with the http3 module https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/76753. But it would be built with openssl which means no 0-rtt.

@LinuxServer-CI
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

@martabal
Copy link

martabal commented Mar 5, 2025

The PR has been merged

@thespad thespad added work-in-progress Stale exempt and removed no-issue-activity labels Mar 5, 2025
@thespad
Copy link
Member

thespad commented Mar 5, 2025

Thanks, I'll try and find time to take a look at this, might take a little while because we'll have to do some thorough testing first.

@thespad thespad self-assigned this Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request upstream issue work-in-progress Stale exempt
Projects
Status: Issues
Development

No branches or pull requests

4 participants