This commit is contained in:
halgari 2019-12-17 16:43:12 -07:00
parent 91e27fc3d7
commit f0c803215e

View File

@ -153,9 +153,10 @@ namespace Wabbajack.Lib.Downloaders
HttpCompletionOption.ResponseHeadersRead);
goto TOP;
}
throw ex;
}
throw ex;
break;
}
read_this_cycle += read;