Merge pull request #3047 from tractorcow/pulls/http-429

HTTP 429 Allowed for use with rate limiting methods
This commit is contained in:
Simon Welsh 2014-04-17 17:43:09 +12:00
commit e7d45c9222

View File

@ -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',