update translations

This commit is contained in:
Luke Pulverenti
2017-10-17 15:49:39 -04:00
parent b263726a3f
commit 98cd888801
35 changed files with 134 additions and 95 deletions

View File

@@ -528,7 +528,13 @@ namespace SocketHttpListener.Net
finally
{
if (s != null)
s.Close();
{
try
{
s.Close();
}
catch { }
}
}
Unbind();
RemoveConnection();