Skip to content

Commit

Permalink
Skip finalizing progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Maischein committed Nov 8, 2024
1 parent c3114b4 commit 26c7c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/curl.pl
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ ( $request )
$progress->total(undef);
$redirect->{url} = $res->headers->header('Location');

submit_download($redirect);
return submit_download($redirect);

} else {
msg(sprintf "HTTP Error %d: %s", $res->code, $res->message);
Expand Down

0 comments on commit 26c7c50

Please sign in to comment.