Updated QUIC (markdown)

Henrik 2019-08-06 13:18:21 +02:00
parent f4469ab68f
commit 6ee7a8bd8e

@ -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=<host>:<port>` 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_.