@ -4,10 +4,10 @@ using System.Collections.Generic;
usingSystem.IO;
usingSystem.IO;
usingSystem.Linq;
usingSystem.Linq;
usingSystem.Net;
usingSystem.Net;
usingSystem.Runtime.InteropServices;
usingSystem.Threading;
usingSystem.Threading;
usingSystem.Threading.Tasks;
usingSystem.Threading.Tasks;
usingSteamKit2;
usingSteamKit2;
usingSteamKit2.CDN;
namespaceDepotDownloader
namespaceDepotDownloader
{
{
@ -831,15 +831,15 @@ namespace DepotDownloader
{
{
cts.Token.ThrowIfCancellationRequested();
cts.Token.ThrowIfCancellationRequested();
CDNClient.Server connection=null;
Server connection=null;
try
try
{
{
connection=cdnPool.GetConnection(cts.Token);
connection=cdnPool.GetConnection(cts.Token);
DebugLog.WriteLine("ContentDownloader","Downloading manifest {0} from {1} with {2}",depot.manifestId,connection,cdnPool.ProxyServer!=null?cdnPool.ProxyServer:"no proxy");
DebugLog.WriteLine("ContentDownloader","Downloading manifest {0} from {1} with {2}",depot.manifestId,connection,cdnPool.ProxyServer!=null?cdnPool.ProxyServer:"no proxy");
DebugLog.WriteLine("ContentDownloader","Downloading chunk {0} from {1} with {2}",chunkID,connection,cdnPool.ProxyServer!=null?cdnPool.ProxyServer:"no proxy");
DebugLog.WriteLine("ContentDownloader","Downloading chunk {0} from {1} with {2}",chunkID,connection,cdnPool.ProxyServer!=null?cdnPool.ProxyServer:"no proxy");