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