From b4dc7aa7e2489f5ebf955443a22d172af877b600 Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Tue, 26 Jul 2016 10:36:45 -0600 Subject: [PATCH] Updated QUIC (markdown) --- QUIC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QUIC.md b/QUIC.md index 0a59978..e07d212 100644 --- a/QUIC.md +++ b/QUIC.md @@ -8,7 +8,7 @@ Sites that you serve with TLS will be shuttled over the wire with QUIC if the cl ### Client Support -Chrome 52+ supports QUIC without needing a whitelist, so just open Chrome to your site and it should be served over QUIC! You can verify this by opening the inspector tools and going to the Security tab. Reload the page and click to view connection details: +Chrome 52+ supports QUIC without needing a whitelist, but make sure that the [#enable-quic flag](chrome://flags/#enable-quic) is set to Enabled. Then just open Chrome to your site and it should be served over QUIC! You can verify this by opening the inspector tools and going to the Security tab. Reload the page and click to view connection details: ![](https://i.imgur.com/0i00b0h.png)