mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-03 17:44:48 +02:00
feat: improve http 429 handling (#3541)
This commit is contained in:
parent
773eea196f
commit
310160fd92
3 changed files with 8 additions and 8 deletions
|
@ -197,7 +197,7 @@ function getContents(
|
|||
}
|
||||
}
|
||||
|
||||
throw new HttpException($exceptionMessage, $result['code']);
|
||||
throw new HttpException(trim($exceptionMessage), $result['code']);
|
||||
}
|
||||
if ($returnFull === true) {
|
||||
return $response;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue