Add support for the NGINX HTTP3/QUIC module #4240
brianehlert
started this conversation in
Ideas
Replies: 1 comment
-
Additional specific items for New directives and documentation link: Enables http3/quic http3
http3_hq on | off;
http3_max_concurrent_streams number;
quic_active_connection_id_limit number;
quic_retry on | off;
One new variable has been also introduced as part of
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
NGINX has recently introduced HTTP3/QUIC support with NGINX Plus.
https://www.nginx.com/blog/nginx-plus-r30-released/#New-Features-in-Detail
It is optional for NGINX: https://nginx.org/en/docs/http/ngx_http_v3_module.html
HTTP3 is a combination of listener and server settings, not unlike MQTT or http2.
Should we consider implementing http3 for NGINX Plus only?
Should we also implement http3 for the free edition of this project?
In both cases I am thinking the implementation should progress in this way:
Beta Was this translation helpful? Give feedback.
All reactions