[Modify] Do not decode

This commit is contained in:
sta 2018-11-21 20:00:45 +09:00
parent 1419610792
commit 7c13bba0c0

View File

@ -985,7 +985,7 @@ namespace WebSocketSharp.Server
throw new ArgumentException (msg, "path");
}
path = HttpUtility.UrlDecode (path).TrimSlashFromEnd ();
path = path.TrimSlashFromEnd ();
WebSocketServiceHost host;
lock (_sync) {