1
0
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:
Uncled1023 2017-04-13 10:54:19 -07:00
parent b207346fe0
commit dc66ed77bc

View File

@ -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