[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");
}
path = HttpUtility.UrlDecode (path).TrimSlashFromEnd ();
path = path.TrimSlashFromEnd ();
lock (_sync) {
WebSocketServiceHost host;

Loading…
Cancel
Save