Opened 8 years ago

Closed 10 months ago

#1057 closed enhancement (fixed)

Google QUIC - statement

Reported by: Jack Bauer Owned by:
Priority: major Milestone:
Component: other Version: 1.11.x
Keywords: Cc:
uname -a:
nginx -V: latest

Description

Hello,

as Googles QUIC becomes more stable and discussed around the web, it should be mandatory for nginx.org and/or nginx.com to establish an statement about future development whether QUIC may be considered or not. And if so, what is the long term plan: 2016, 2017 or later.

Thank you.

For informational purpose:

Official Google description:
https://www.chromium.org/quic

Inofficial standalone library maintained by official QUIC developers
https://github.com/google/proto-quic

Good introduction read-up with comment from Jim Roskind (QUIC architect)
https://ma.ttias.be/googles-quic-protocol-moving-web-tcp-udp/

Change History (11)

comment:2 by Neil Craig, 7 years ago

FWIW I'd be very interested in looking at QUIC support, especially as from what I hear from IETF land, it's likely to effectively be HTTP/2.5 or HTTP/3

comment:4 by alex-eri@…, 7 years ago

Nowdays QUIC seems take good part of traffic. Statistics from one hotspot.

udp/443 == QUIC

Upload
tcp/443 : 1.4GB , 7M pkts
udp/443 : 357MB , 3101k pkts
tcp/80 : 159MB , 2591k pkts
tcp/8080 : 146MB , 315k pkts

Download
tcp/443 : 11.5GB , 9M pkts
udp/443 : 7.0GB , 5M pkts
tcp/80 : 5.5GB , 4091k pkts
tcp/8080 : 270MB , 355k pkts

comment:5 by shibumi@…, 5 years ago

HTTP/3 has been announced as HTTP over QUIC by the IETF: https://daniel.haxx.se/blog/2018/11/11/http-3/
https://mailarchive.ietf.org/arch/msg/quic/RLRs4nB1lwFCZ_7k0iuz0ZBa35s
https://twitter.com/dmitri_tikhonov/status/1059998989557395457

I hope this is an additional argument for QUIC support in nginx.

comment:6 by raul.peixoto@…, 5 years ago

Can someone on Nginx please take a look at supporting QUIC already?

comment:7 by maxim, 5 years ago

Hello,

We are planning to have this feature in our 2019 roadmap.

Thanks for your patience and patches.

Thanks,

Maxim

comment:8 by rfxn@…, 4 years ago

Hello,

Is QUIC still on the 2019 roadmap and/or what is the status of implementation?

Thanks
rfxn

comment:9 by suraj.tambe@…, 4 years ago

@rfxn Please use link for tracking.
https://trac.nginx.org/nginx/roadmap

Big Thanks to nginx Team.

comment:11 by Maxim Dounin, 10 months ago

Resolution: fixed
Status: newclosed

Experimental QUIC and HTTP/3 support is available in nginx 1.25.0.

Note: See TracTickets for help on using tickets.