[Modify] Do not decode
This commit is contained in:
parent
1419610792
commit
7c13bba0c0
@ -985,7 +985,7 @@ namespace WebSocketSharp.Server
|
|||||||
throw new ArgumentException (msg, "path");
|
throw new ArgumentException (msg, "path");
|
||||||
}
|
}
|
||||||
|
|
||||||
path = HttpUtility.UrlDecode (path).TrimSlashFromEnd ();
|
path = path.TrimSlashFromEnd ();
|
||||||
|
|
||||||
WebSocketServiceHost host;
|
WebSocketServiceHost host;
|
||||||
lock (_sync) {
|
lock (_sync) {
|
||||||
|
Loading…
Reference in New Issue
Block a user