diff --git a/control/HTTPResponse.php b/control/HTTPResponse.php index b8e1d18ec..8b4cd9412 100644 --- a/control/HTTPResponse.php +++ b/control/HTTPResponse.php @@ -44,6 +44,7 @@ class SS_HTTPResponse { 416 => 'Request Range Not Satisfiable', 417 => 'Expectation Failed', 422 => 'Unprocessable Entity', + 429 => 'Too Many Requests', 500 => 'Internal Server Error', 501 => 'Not Implemented', 502 => 'Bad Gateway',