[Modify] Do not decode

master
sta 7 years ago
parent c60ad8e5f2
commit df435e6478

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

Loading…
Cancel
Save