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_.