[Modify] Polish it
This commit is contained in:
parent
26f9994cbb
commit
628142460d
@ -537,9 +537,6 @@ namespace WebSocketSharp.Net
|
||||
|
||||
private static string urlDecode (string s, Encoding encoding)
|
||||
{
|
||||
if (s == null)
|
||||
return null;
|
||||
|
||||
if (s.IndexOfAny (new[] { '%', '+' }) == -1)
|
||||
return s;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user