[Modify] Do not decode
This commit is contained in:
parent
656a3e3839
commit
c60ad8e5f2
@ -437,7 +437,7 @@ namespace WebSocketSharp.Server
|
|||||||
string path, out WebSocketServiceHost host
|
string path, out WebSocketServiceHost host
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
path = HttpUtility.UrlDecode (path).TrimSlashFromEnd ();
|
path = path.TrimSlashFromEnd ();
|
||||||
|
|
||||||
lock (_sync)
|
lock (_sync)
|
||||||
return _hosts.TryGetValue (path, out host);
|
return _hosts.TryGetValue (path, out host);
|
||||||
|
Loading…
Reference in New Issue
Block a user