From df820bc2127bf21088a33defb8f54dd166856ae6 Mon Sep 17 00:00:00 2001
From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date: Tue, 8 Aug 2017 11:25:43 -0400
Subject: [PATCH] yes, i can actually count to 16 in hex

---
 draft-dkg-dprive-demux-dns-http.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/draft-dkg-dprive-demux-dns-http.md b/draft-dkg-dprive-demux-dns-http.md
index 5192195..3952ac8 100644
--- a/draft-dkg-dprive-demux-dns-http.md
+++ b/draft-dkg-dprive-demux-dns-http.md
@@ -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:
-- 
GitLab