Commit 31df19d6 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

http2: fix truncated comment

Backtick is my screen metakey, so this got lost in a copy/paste
at the backtick symbol.

Change-Id: Ia3e7bf5d2819ea83ff6cc86cc3b6210e3f279eb0
Reviewed-on: https://go-review.googlesource.com/21193Reviewed-by: 's avatarDavid Symonds <dsymonds@golang.org>
parent 1dd0d85f
......@@ -170,8 +170,9 @@ var (
// RFC 7230 says:
// header-field = field-name ":" OWS field-value OWS
// field-name = token
// token = 1*tchar
// tchar = "!" / "#" / "$" / "%" / "&" / "'" / "*" / "+" / "-" / "." /
// "^" / "_" / "
// "^" / "_" / "`" / "|" / "~" / DIGIT / ALPHA
// Further, http2 says:
// "Just as in HTTP/1.x, header field names are strings of ASCII
// characters that are compared in a case-insensitive
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment