From 6ee7a8bd8e32075d18c76b5d4bf561560fe9838d Mon Sep 17 00:00:00 2001 From: Henrik Date: Tue, 6 Aug 2019 13:18:21 +0200 Subject: [PATCH] Updated QUIC (markdown) --- QUIC.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/QUIC.md b/QUIC.md index 1ed736d..167e38e 100644 --- a/QUIC.md +++ b/QUIC.md @@ -31,11 +31,6 @@ QUIC is reliable transport for TLS+HTTP based on UDP. It accelerates TLS handsha However the initial connection will still happen over TCP untill the first HTTP response is received by the client after which it knows it can switch to QUIC. To force an initial connection over QUIC (and to profit from the faster connection setup), Chrome has to be started with the `--origin-to-force-quic-on=:` option. - -### Test-Server - -gQUIC Test-Server and Version Checker: [hnrk.io/quic](https://hnrk.io/quic/). - ### Troubleshooting First, make sure your domain name is properly set in your Caddyfile and the command to launch Chrome _in all places_.