aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/PROTOCOL-HTTP2.md
diff options
context:
space:
mode:
authorGravatar Louis Ryan <louiscryan@users.noreply.github.com>2015-12-15 10:37:56 -0800
committerGravatar Louis Ryan <louiscryan@users.noreply.github.com>2015-12-15 10:37:56 -0800
commita614f4eb79bed691b513fc2bd6cb30217a0b726a (patch)
treedaec757ca92bb0b4428f247d61f0bd4aeac2be57 /doc/PROTOCOL-HTTP2.md
parent29c3ca5a3a00b43196a3c0187dbedbba861c1e71 (diff)
Update PROTOCOL-HTTP2.md
Diffstat (limited to 'doc/PROTOCOL-HTTP2.md')
-rw-r--r--doc/PROTOCOL-HTTP2.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PROTOCOL-HTTP2.md b/doc/PROTOCOL-HTTP2.md
index 7a26724c85..357ea72571 100644
--- a/doc/PROTOCOL-HTTP2.md
+++ b/doc/PROTOCOL-HTTP2.md
@@ -45,7 +45,7 @@ Request-Headers are delivered as HTTP2 headers in HEADERS + CONTINUATION frames.
* **Custom-Metadata** → Binary-Header / ASCII-Header
* **Binary-Header** → {Header-Name "-bin" } {_base64 encoded value_}
* **ASCII-Header** → Header-Name ASCII-Value
-* **Header-Name** → 1\*( %x30-39 / %x61-7A / "\_" / "-") ; 0-9 a-z \_ -
+* **Header-Name** → 1\*( %x30-39 / %x61-7A / "\_" / "-" / ".") ; 0-9 a-z \_ - .
* **ASCII-Value** → 1\*( %x20-%x7E ) ; space and printable ASCII