Thank you for the great explainer.
There could be progress over the last 5 years that would be worth documenting.
|
## Servers |
|
|
|
NGINX support for QUIC and HTTP/3 is under development and a [preview version has been announced](https://www.nginx.com/blog/introducing-technology-preview-nginx-support-for-quic-http-3/). |
|
|
|
There have been no public statement in terms of support for QUIC from Apache. |
|
|
|
## Clients |
|
|
|
None of the larger browser vendors have yet shipped any version, at any state, |
|
that can run the IETF version of QUIC or HTTP/3. |
|
|
|
Google Chrome has shipped with a working implementation of Google's own QUIC |
|
version since many years and has recently started supporting the IETF version behind a flag. Firefox similarly supports this behind a flag. |
|
|
|
curl shipped the first experimental HTTP/3 support (draft-22) in the 7.66.0 |
|
release on September 11, 2019. curl uses either the Quiche library from |
|
Cloudflare or the ngtcp2 family of libraries to get the work done. |
Thank you for the great explainer.
There could be progress over the last 5 years that would be worth documenting.
http3-explained/en/proc-status.md
Lines 18 to 34 in 315e04c