|
|
@@ -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:
|