This commit is contained in:
JustArchi
2019-06-19 14:14:35 +02:00
parent 7d87d0f4a6
commit 24732a6f61

View File

@@ -630,6 +630,10 @@ namespace ArchiSteamFarm {
}
if (response.StatusCode.IsClientErrorCode()) {
if (Debugging.IsUserDebugging) {
ArchiLogger.LogGenericDebug(string.Format(Strings.Content, await response.Content.ReadAsStringAsync().ConfigureAwait(false)));
}
// Do not retry on client errors
return response;
}