diff --git a/websocket-sharp/Net/CookieCollection.cs b/websocket-sharp/Net/CookieCollection.cs index 8b80732d..69e24804 100644 --- a/websocket-sharp/Net/CookieCollection.cs +++ b/websocket-sharp/Net/CookieCollection.cs @@ -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;