This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
shadowsocks-windows
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
67
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix warnings
tags/2.4
clowwindy
10 years ago
parent
f9f49552ae
commit
5906ddbc4b
2 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
shadowsocks-csharp/Controller/Listener.cs
+2
-2
shadowsocks-csharp/Controller/UDPRelay.cs
+ 2
- 2
shadowsocks-csharp/Controller/Listener.cs
View File
@@ -124,7 +124,7 @@ namespace Shadowsocks.Controller
catch (ObjectDisposedException)
{
}
catch (Exception
e
)
catch (Exception)
{
}
finally
@@ -137,7 +137,7 @@ namespace Shadowsocks.Controller
{
// do nothing
}
catch (Exception
e
)
catch (Exception)
{
}
}
+ 2
- 2
shadowsocks-csharp/Controller/UDPRelay.cs
View File
@@ -108,7 +108,7 @@ namespace Shadowsocks.Controller
catch (ObjectDisposedException)
{
}
catch (Exception
e
)
catch (Exception)
{
}
finally
@@ -124,7 +124,7 @@ namespace Shadowsocks.Controller
catch (ObjectDisposedException)
{
}
catch (Exception
e
)
catch (Exception)
{
}
finally
Write
Preview
Loading…
Cancel
Save