| Index: net/http/http_status_code_list.h
|
| diff --git a/net/http/http_status_code_list.h b/net/http/http_status_code_list.h
|
| index 75c2304c5bd76edc477a675553e365c92f5f6538..61175801e06e4c893edd4f2147e95ce300b73cbc 100644
|
| --- a/net/http/http_status_code_list.h
|
| +++ b/net/http/http_status_code_list.h
|
| @@ -54,7 +54,8 @@ HTTP_STATUS(PRECONDITION_FAILED, 412, "Precondition Failed")
|
| HTTP_STATUS(REQUEST_ENTITY_TOO_LARGE, 413, "Request Entity Too Large")
|
| HTTP_STATUS(REQUEST_URI_TOO_LONG, 414, "Request-URI Too Long")
|
| HTTP_STATUS(UNSUPPORTED_MEDIA_TYPE, 415, "Unsupported Media Type")
|
| -HTTP_STATUS(REQUESTED_RANGE_NOT_SATISFIABLE, 416,
|
| +HTTP_STATUS(REQUESTED_RANGE_NOT_SATISFIABLE,
|
| + 416,
|
| "Requested Range Not Satisfiable")
|
| HTTP_STATUS(EXPECTATION_FAILED, 417, "Expectation Failed")
|
|
|
|
|