removed object disposed catch
This commit is contained in:
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…
Reference in New Issue
Block a user