removed object disposed catch

This commit is contained in:
LukePulverenti 2013-03-11 15:27:25 -04:00
parent 61b5f66f20
commit f9e760cd90
1 changed files with 0 additions and 4 deletions

View File

@ -149,10 +149,6 @@ namespace MediaBrowser.Common.Net
tuple.Item5.Release();
}
catch (ObjectDisposedException)
{
// Socket has already been disposed
}
catch (OperationCanceledException)
{
if (tuple.Item2.IsCancellationRequested)