warc-specifications icon indicating copy to clipboard operation
warc-specifications copied to clipboard

Example 'revisit' record has invalid HTTP version

Open ato opened this issue 7 years ago • 0 comments

From section 10.6 "Example of ‘revisit’ record":

HTTP/1.x 304 Not Modified

The string "HTTP/1.x" is an invalid HTTP-version per the grammar in RFC 7230:

HTTP-version = HTTP-name "/" DIGIT "." DIGIT

I realise the intent here is that x is a variable to illustrate version independence however I think it would be helpful to implementers attempting to test using the examples if they're strictly valid as is.

ato avatar Jul 06 '18 01:07 ato