Browse Source

Socket.Close calls Socket.Dispose internally

Removed redundant method call
tags/4.1.2
Rajan GitHub 6 years ago
parent
commit
ee11e3cacc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions
  1. +0
    -7
      shadowsocks-csharp/Util/Sockets/SocketUtil.cs

+ 0
- 7
shadowsocks-csharp/Util/Sockets/SocketUtil.cs View File

@@ -59,13 +59,6 @@ namespace Shadowsocks.Util.Sockets
catch (Exception)
{
}
try
{
s.Dispose();
}
catch (Exception)
{
}
}
}


Loading…
Cancel
Save