Updated QUIC (markdown)

Matt Holt 2016-07-18 15:49:50 -06:00
parent 830a0044be
commit 8a3783045e

@ -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