Skip to content

Commit

Permalink
Improve downloader stability
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeliux committed Aug 16, 2024
1 parent 6e3b95a commit 648deb7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ private void SetEndStatus(object sender, System.ComponentModel.AsyncCompletedEve
var reader = ReaderFactory.Open(File.OpenRead(Downloader.Package.FileName));
reader.MoveToNextEntry();
reader.WriteEntryTo(OutputFile);
reader.Dispose();
}
else
{
Expand Down Expand Up @@ -197,13 +198,17 @@ private async Task VerifyHash(Stream stream, CancellationToken cancellationToken
}
catch (InvalidDataException idex)

Check warning on line 199 in cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs

View workflow job for this annotation

GitHub Actions / Publish Debug Artifacts

The variable 'idex' is declared but never used

Check warning on line 199 in cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs

View workflow job for this annotation

GitHub Actions / Publish Debug Artifacts

The variable 'idex' is declared but never used

Check warning on line 199 in cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs

View workflow job for this annotation

GitHub Actions / Publish Debug Artifacts

The variable 'idex' is declared but never used

Check warning on line 199 in cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs

View workflow job for this annotation

GitHub Actions / Publish Debug Artifacts

The variable 'idex' is declared but never used

Check warning on line 199 in cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs

View workflow job for this annotation

GitHub Actions / Publish Debug Artifacts

The variable 'idex' is declared but never used

Check warning on line 199 in cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs

View workflow job for this annotation

GitHub Actions / Publish Debug Artifacts

The variable 'idex' is declared but never used

Check warning on line 199 in cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs

View workflow job for this annotation

GitHub Actions / Publish Debug Artifacts

The variable 'idex' is declared but never used

Check warning on line 199 in cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs

View workflow job for this annotation

GitHub Actions / Publish Debug Artifacts

The variable 'idex' is declared but never used

Check warning on line 199 in cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs

View workflow job for this annotation

GitHub Actions / Publish Debug Artifacts

The variable 'idex' is declared but never used

Check warning on line 199 in cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs

View workflow job for this annotation

GitHub Actions / Publish Debug Artifacts

The variable 'idex' is declared but never used

Check warning on line 199 in cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs

View workflow job for this annotation

GitHub Actions / build / Build Debug on ubuntu

The variable 'idex' is declared but never used

Check warning on line 199 in cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs

View workflow job for this annotation

GitHub Actions / build / Build Debug on ubuntu

The variable 'idex' is declared but never used

Check warning on line 199 in cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs

View workflow job for this annotation

GitHub Actions / build / Build Debug on ubuntu

The variable 'idex' is declared but never used

Check warning on line 199 in cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs

View workflow job for this annotation

GitHub Actions / build / Build Debug on ubuntu

The variable 'idex' is declared but never used

Check warning on line 199 in cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs

View workflow job for this annotation

GitHub Actions / build / Build Debug on ubuntu

The variable 'idex' is declared but never used

Check warning on line 199 in cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs

View workflow job for this annotation

GitHub Actions / build / Build Debug on ubuntu

The variable 'idex' is declared but never used

Check warning on line 199 in cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs

View workflow job for this annotation

GitHub Actions / build / Build Debug on ubuntu

The variable 'idex' is declared but never used

Check warning on line 199 in cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs

View workflow job for this annotation

GitHub Actions / build / Build Debug on ubuntu

The variable 'idex' is declared but never used

Check warning on line 199 in cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs

View workflow job for this annotation

GitHub Actions / build / Build Debug on ubuntu

The variable 'idex' is declared but never used

Check warning on line 199 in cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs

View workflow job for this annotation

GitHub Actions / build / Build Debug on ubuntu

The variable 'idex' is declared but never used

Check warning on line 199 in cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs

View workflow job for this annotation

GitHub Actions / build / Build Release on ubuntu

The variable 'idex' is declared but never used

Check warning on line 199 in cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs

View workflow job for this annotation

GitHub Actions / build / Build Release on ubuntu

The variable 'idex' is declared but never used

Check warning on line 199 in cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs

View workflow job for this annotation

GitHub Actions / build / Build Release on ubuntu

The variable 'idex' is declared but never used

Check warning on line 199 in cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs

View workflow job for this annotation

GitHub Actions / build / Build Release on ubuntu

The variable 'idex' is declared but never used

Check warning on line 199 in cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs

View workflow job for this annotation

GitHub Actions / build / Build Release on ubuntu

The variable 'idex' is declared but never used

Check warning on line 199 in cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs

View workflow job for this annotation

GitHub Actions / build / Build Release on ubuntu

The variable 'idex' is declared but never used

Check warning on line 199 in cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs

View workflow job for this annotation

GitHub Actions / build / Build Release on ubuntu

The variable 'idex' is declared but never used

Check warning on line 199 in cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs

View workflow job for this annotation

GitHub Actions / build / Build Release on ubuntu

The variable 'idex' is declared but never used

Check warning on line 199 in cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs

View workflow job for this annotation

GitHub Actions / build / Build Release on ubuntu

The variable 'idex' is declared but never used

Check warning on line 199 in cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs

View workflow job for this annotation

GitHub Actions / build / Build Release on ubuntu

The variable 'idex' is declared but never used
{
Exception = idex;
stream?.Dispose();
throw;
}
catch
{
// Ignore hash errors
}
finally
{
stream?.Dispose();
}
}
}
}

0 comments on commit 648deb7

Please sign in to comment.