Skip to content
Snippets Groups Projects
Commit df820bc2 authored by dkg's avatar dkg
Browse files

yes, i can actually count to 16 in hex

parent 33a7e263
Branches
Tags
No related merge requests found
......@@ -351,10 +351,10 @@ same printable-ASCII range.
The ASCIIbetically-lowest shortest possible HTTP/1.0 or HTTP/1.1 request is:
char: ! SP / SP H T T P / 1 . 0 CR LF CR LF
index: 0 1 2 3 4 5 6 7 8 9 0 a b c d e
index: 0 1 2 3 4 5 6 7 8 9 a b c d e f
In any case, no HTTP/1.0 or HTTP/1.1 request line can include any
values lower than 0x0A (LF) or greater than 0x7F (DEL) in the first 15
values lower than 0x0A (LF) or greater than 0x7F (DEL) in the first 16
octets.
However, {{RFC7230}} section 3.1.1 also says:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment