From 6c3f3115d2a4eebb9f7f7ce2cac42e81691d54b6 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 30 Jan 2018 16:16:46 +0900 Subject: [PATCH] [Modify] Replace it --- 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 7eb5973f..49cc58d8 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -430,7 +430,7 @@ namespace WebSocketSharp.Net /// public string RawUrl { get { - return _url.PathAndQuery; + return _rawUrl; } }