From 6d5759ca724c9f9b84c8693e2070703b237b9f4a Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Mon, 24 Apr 2023 13:11:16 +0300 Subject: [PATCH] should --- fetch.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.