diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs index 0f1f56cf..cc9ecda8 100644 --- a/websocket-sharp/Server/WebSocketServiceManager.cs +++ b/websocket-sharp/Server/WebSocketServiceManager.cs @@ -985,7 +985,7 @@ namespace WebSocketSharp.Server throw new ArgumentException (msg, "path"); } - path = HttpUtility.UrlDecode (path).TrimSlashFromEnd (); + path = path.TrimSlashFromEnd (); WebSocketServiceHost host; lock (_sync) {