Fix crash when a CDN server connection times out.

pull/8/head
Nicholas Hastings 12 years ago
parent 0b21b4734c
commit 9778112f1f

@ -557,6 +557,7 @@ namespace DepotDownloader
break;
}
catch (WebException) { }
catch (SocketException) { }
}
if (depotManifest == null)

Loading…
Cancel
Save