mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-22 05:04:44 +02:00
fix continue to next
This commit is contained in:
parent
56bdf1528b
commit
d30f1ac312
@ -211,7 +211,7 @@ sub request_api {
|
|||||||
|
|
||||||
if ($code == 429) {
|
if ($code == 429) {
|
||||||
sleep(1);
|
sleep(1);
|
||||||
continue;
|
next;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($code < 200 || $code >= 300) {
|
if ($code < 200 || $code >= 300) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user