[Modify] Polish it

This commit is contained in:
sta 2019-05-06 16:21:51 +09:00
parent 26f9994cbb
commit 628142460d

View File

@ -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;