[Modify] Do not decode
This commit is contained in:
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…
Reference in New Issue
Block a user