Fix status code in documents [ci skip]

RFC 6585 Additional HTTP Status Codes
http://www.ietf.org/rfc/rfc6585.txt
This commit is contained in:
Satoshi Ebisawa 2013-08-01 17:06:54 +09:00
parent 5704e3c41d
commit c883fedc47

@ -375,9 +375,9 @@ Rails understands both numeric status codes and the corresponding symbols shown
| | 423 | :locked |
| | 424 | :failed_dependency |
| | 426 | :upgrade_required |
| | 423 | :precondition_required |
| | 424 | :too_many_requests |
| | 426 | :request_header_fields_too_large |
| | 428 | :precondition_required |
| | 429 | :too_many_requests |
| | 431 | :request_header_fields_too_large |
| **Server Error** | 500 | :internal_server_error |
| | 501 | :not_implemented |
| | 502 | :bad_gateway |