Skip to content

Commit

Permalink
http2: fix truncated comment
Browse files Browse the repository at this point in the history
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/21193
Reviewed-by: David Symonds <dsymonds@golang.org>
  • Loading branch information
bradfitz committed Mar 28, 2016
1 parent 1dd0d85 commit 31df19d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion http2/http2.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31df19d

Please sign in to comment.