[Technical Errata Reported] RFC10008 (9016)

The following errata report has been submitted for RFC10008,
"The HTTP QUERY Method"

--------------------------------------
You may review the report below and at:
https://errata.rfc-editor.org/eid9016/

--------------------------------------
Type: Technical
Reported by: Fatih Serdar Çakmak <fscakmak@proton.me>

Section A.4.2 says:

Original Text
-------------
HTTP/1.1 200 OK
Content-Type: application/json
Last-Modified: Sun, 17 November 2024, 16:12:01 GMT
ETag: "42-1"
Date: Sun, 17 Nov 2024, 16:13:17 GMT

Corrected Text
--------------
HTTP/1.1 200 OK
Content-Type: application/json
Last-Modified: Sun, 17 Nov 2024 16:12:01 GMT
ETag: "42-1"
Date: Sun, 17 Nov 2024 16:13:17 GMT

Notes
-----
The Last-Modified field in this example uses "November" spelled out in
full. The IMF-fixdate format required for HTTP dates (Section 5.6.7 of
RFC 9110) uses a three-letter month abbreviation, i.e. "Nov". A strict
parser would reject the full month name. The corrected text uses "Nov",
matching the abbreviation already used in the Date field of the same
response and throughout the rest of the document.

(Note: the same example also contains a stray comma after the year in
both the Last-Modified and Date fields  "2024, 16:12:01" rather than
"2024 16:12:01"  which is likewise non-conformant with IMF-fixdate.
The corrected text removes these as well, since they appear in the same
lines being corrected. This stray-comma pattern recurs in several other
examples but is not enumerated here.)

Instructions:
-------------
This erratum is currently posted as "Reported". Please
use "Reply All" to discuss whether it should be verified or
rejected. When a decision is reached, the verifying party  
will log in to change the status and edit the report, if necessary.

--------------------------------------
RFC10008 (draft-ietf-httpbis-safe-method-w-body)
--------------------------------------
Title               : The HTTP QUERY Method
Publication Date    : June 2026
Author(s)           : J. Reschke, J.M. Snell, M. Bishop
Category            : Proposed Standard
Source              : httpbis (wit)
Stream              : IETF
Verifying Party     : IESG

Received on Wednesday, 24 June 2026 20:56:33 UTC