This commit is contained in:
2021-08-30 17:47:13 +00:00
parent d962931512
commit dc0edf3fee
2 changed files with 33 additions and 1 deletions

View File

@@ -359,6 +359,8 @@ namespace AyaNova.PlugIn.V8
}
catch (Exception ex)
{
if (ex.Message.Contains("413")) throw;//too large, no point in retrying at all let upstream caller handle it immediately
if (FirstException == null)
FirstException = ex;
}