diff --git a/fetch.bs b/fetch.bs index 703ef30ce..89fa0847e 100644 --- a/fetch.bs +++ b/fetch.bs @@ -3046,7 +3046,7 @@ boolean credentials, run these steps:
This connection is obtained but not used directly. It will remain in the connection pool for subsequent use. -
The user agent should attempt to initiate a preconnect and perform the full +
The user agent can attempt to initiate a preconnect and perform the full connection handshake (DNS+TCP for HTTP, and DNS+TCP+TLS for HTTPS origins) whenever possible, but is allowed to elect to perform a partial handshake (DNS only for HTTP, and DNS or DNS+TCP for HTTPS origins), or skip it entirely, due to resource constraints or other reasons.