From 0acbc87d37358c5240ac5f6059d2e3749b68380b Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 21 Jan 2018 17:10:31 +0900 Subject: [PATCH] [Modify] Should not --- websocket-sharp/Net/HttpListenerRequest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }