[Modify] Do not decode

master
sta 7 years ago
parent 1419610792
commit 7c13bba0c0

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

Loading…
Cancel
Save