diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index 19548a44..8282bcbe 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -406,7 +406,7 @@ namespace WebSocketSharp.Net /// public string RawUrl { get { - return _url.PathAndQuery; // TODO: Should decode? + return _url.PathAndQuery; } }