diff --git a/DepotDownloader/ContentDownloader.cs b/DepotDownloader/ContentDownloader.cs index 32f5ffb7..8a1a64af 100644 --- a/DepotDownloader/ContentDownloader.cs +++ b/DepotDownloader/ContentDownloader.cs @@ -774,16 +774,12 @@ namespace DepotDownloader try { chunkData = client.DownloadDepotChunk(depot.id, data); - break; + cdnClients.Enqueue(client); } catch { Console.WriteLine("Encountered error downloading chunk {0}", chunkID); } - finally - { - cdnClients.Enqueue(client); - } } if (chunkData == null)