[Technical Errata Reported] RFC10008 (9013)

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/eid9013/

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

Section A.5 says:

Original Text
-------------
QUERY /rfc-index.xml HTTP/1.1
Host: example.org
Date: Mon, 8, Sep 2025, 11:00:00 GMT
Content-Type: application/sql
Accept: text/csv
If-Modified-Since: Sun, 31 Aug 2025, 08:44:00 GMT
Vary: Accept-Query, Content-Type

...Same query, but using SQL...

Corrected Text
--------------
QUERY /rfc-index.xml HTTP/1.1
Host: example.org
Date: Mon, 8, Sep 2025, 11:00:00 GMT
Content-Type: application/sql
Accept: text/csv
If-Modified-Since: Sun, 31 Aug 2025, 08:44:00 GMT

...Same query, but using SQL...

Notes
-----
The conditional QUERY request shown in Appendix A.5 contains a "Vary"
header field. "Vary" is defined as a response header field
(Section 12.5.5 of RFC 9110); it has no defined semantics when sent in
a request. Its appearance in this request message appears to be a
copy-paste artifact from the corresponding 304 response shown just
below, which legitimately carries the same field value. The corrected
text removes the "Vary" line from the request. The "Vary" field in the
304 (Not Modified) response is correct and is left unchanged.

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:52:15 UTC