use present tense

This commit is contained in:
Stefan Eissing 2025-07-31 14:21:30 +02:00
parent 56045ef1c2
commit 689e830ebd
No known key found for this signature in database

View file

@ -84,7 +84,7 @@ When HTTPS only involves a TCP connection, the versions are negotiated
via ALPN, the TLS extension, in a single connect. Since HTTP/3 runs on
QUIC (which runs on UDP), it requires a separate connect attempt.
The HTTP/3 attempt is started first and, after *timeout* expired, the
The HTTP/3 attempt is started first and, after *timeout* expires, the
HTTP/2 (or 1.1) attempt is started in parallel.
# DEFAULT