Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Commit

Permalink
fix: add 429 to status codes (RSS-Bridge#2757)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvikan authored and Kwbmm committed Jun 17, 2022
1 parent 0169ded commit 1938bc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/contents.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ final class HttpException extends \Exception {}
'415' => 'Unsupported Media Type',
'416' => 'Requested Range Not Satisfiable',
'417' => 'Expectation Failed',
'429' => 'Too Many Requests',
'500' => 'Internal Server Error',
'501' => 'Not Implemented',
'502' => 'Bad Gateway',
Expand Down

0 comments on commit 1938bc8

Please sign in to comment.