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 · 1 comment
Open
1 task done

[FEAT] Add QUIC/HTTP3 to SWAG #536

brokoler opened this issue Jan 16, 2025 · 1 comment
Labels
enhancement New feature or request upstream issue

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.

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
Projects
Status: Issues
Development

No branches or pull requests

3 participants