From 8a3783045e8f541f5f7dc731009f5990e8de1c6f Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Mon, 18 Jul 2016 15:49:50 -0600 Subject: [PATCH] Updated QUIC (markdown) --- QUIC.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/QUIC.md b/QUIC.md index 5e6fb87..9567913 100644 --- a/QUIC.md +++ b/QUIC.md @@ -4,8 +4,6 @@ Caddy 0.9 has experimental QUIC support, powered by [lucas-clemente/quic-go](htt $ caddy -quic ``` -**(Note: Caddy 0.9 is [in beta](https://forum.caddyserver.com/t/caddy-0-9-beta-version-available/146))** - Sites that you serve with TLS will be shuttled over the wire by QUIC if the client supports it. To try it, you'll need to run Chrome with special parameters until they remove the whitelist limitations. On a Mac (replace both occurrences of YOUR_SITE with your site's hostname): @@ -21,7 +19,7 @@ $ /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome \ ### Benefits of QUIC -QUIC accelerates TLS handshakes to just 1 round trip and avoids TCP slow start. It's still an experiment but we hope to see it become more mainstream as "quicly" as possible! +QUIC is reliable transport for TLS+HTTP based on UDP. It accelerates TLS handshakes to just 1 round trip, avoids TCP slow start, and offers reliability when switching networks. Sites load faster and more reliably with QUIC! ### Troubleshooting