[Modify] Polish it

master
sta 7 years ago
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…
Cancel
Save