author | Dan Peterson
<dpiddy@gmail.com> 2016-04-12 20:09:57 UTC |
committer | Brad Fitzpatrick
<bradfitz@golang.org> 2016-04-12 21:07:59 UTC |
parent | 589fda73dd0faec3dc59e7d7dab5b069e3fce0f9 |
http2/http2.go | +1 | -1 |
diff --git a/http2/http2.go b/http2/http2.go index 9d00031..7b98e75 100644 --- a/http2/http2.go +++ b/http2/http2.go @@ -322,7 +322,7 @@ func mustUint31(v int32) uint32 { } // bodyAllowedForStatus reports whether a given response status code -// permits a body. See RFC2616, section 4.4. +// permits a body. See RFC 2616, section 4.4. func bodyAllowedForStatus(status int) bool { switch { case status >= 100 && status <= 199: