caddyserver / caddy

Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
https://caddyserver.com
Apache License 2.0
57.6k stars 4.01k forks source link

Multiple http3 versions support for browsers that don't have the latest enabled by default? #5599

Closed NinekoTheCat closed 1 year ago

NinekoTheCat commented 1 year ago

https://www.lambdatest.com/web-technologies/http3

mholt commented 1 year ago

There is only one version of HTTP/3 now, the standardized one. We don't really have interest in supporting obsolete experimental versions. Browsers can upgrade to the standard when they want to support it. :+1:

Thanks for understanding!