From: Banana Date: Fri, 18 Oct 2024 11:27:33 +0000 (+0200) Subject: missing; X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=dcc3f9d76d86312cea88eec387fb7d06d1883ca8;p=aranea.git missing; Signed-off-by: Banana --- diff --git a/crawler/fetch.pl b/crawler/fetch.pl index 6350c76..ac1e155 100644 --- a/crawler/fetch.pl +++ b/crawler/fetch.pl @@ -91,7 +91,7 @@ while ( my ($id, $url) = each %urlsToFetch ) { if ($res->is_success) { # callback tells us to stop if($res->header('Client-Aborted')) { - push(@urlsFailed, $id) + push(@urlsFailed, $id); $allFailed++; sayYellow "Aborted, too big."; next;