[Modify] Do not decode

master
sta 7 years ago
parent 656a3e3839
commit c60ad8e5f2

@ -437,7 +437,7 @@ namespace WebSocketSharp.Server
string path, out WebSocketServiceHost host
)
{
path = HttpUtility.UrlDecode (path).TrimSlashFromEnd ();
path = path.TrimSlashFromEnd ();
lock (_sync)
return _hosts.TryGetValue (path, out host);

Loading…
Cancel
Save