removed object disposed catch

pull/702/head
LukePulverenti 12 years ago
parent 61b5f66f20
commit f9e760cd90

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

Loading…
Cancel
Save