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; break;
} }
catch (WebException) { } catch (WebException) { }
catch (SocketException) { }
} }
if (depotManifest == null) if (depotManifest == null)

Loading…
Cancel
Save