From e847326255d052c800a2d7191d4f7b71bafe2181 Mon Sep 17 00:00:00 2001 From: Mike Bishop Date: Wed, 9 Mar 2022 16:17:50 -0500 Subject: [PATCH] Missed one ASCII ref --- rfc9114.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rfc9114.md b/rfc9114.md index ade1071a96..e59bcb39fb 100644 --- a/rfc9114.md +++ b/rfc9114.md @@ -776,9 +776,9 @@ The following pseudo-header fields are defined for requests: : This pseudo-header field MUST NOT be empty for "http" or "https" URIs; "http" or "https" URIs that do not contain a path component MUST include a - value of '/'. An OPTIONS request that does not include a path component - includes the value `*` (ASCII 0x2a) for the ":path" pseudo-header field; see - {{Section 7.1 of HTTP}}. + value of `/` (ASCII 0x2f). An OPTIONS request that does not include a path + component includes the value `*` (ASCII 0x2a) for the ":path" pseudo-header + field; see {{Section 7.1 of HTTP}}. All HTTP/3 requests MUST include exactly one value for the ":method", ":scheme", and ":path" pseudo-header fields, unless the request is a CONNECT request; see