mirror of
https://git.teknik.io/Teknikode/Teknik.git
synced 2023-08-02 14:16:22 +02:00
Added exception handler to response helper
This commit is contained in:
parent
b207346fe0
commit
dc66ed77bc
@ -68,6 +68,10 @@ namespace Teknik.Utilities
|
||||
}
|
||||
while (processedBytes > 0 && bytesRemaining > 0);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
// Don't worry about it. Just leave
|
||||
}
|
||||
finally
|
||||
{
|
||||
// dispose of file stream
|
||||
|
Loading…
Reference in New Issue
Block a user