This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user