From 638daa2a21473fede4233bb93b50b9f9d0d84dcd Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 9 Jan 2018 16:30:05 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index b965b760..293b8321 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -311,8 +311,7 @@ namespace WebSocketSharp.Net } /// - /// Gets a value indicating whether the client requests a persistent - /// connection. + /// Gets a value indicating whether a persistent connection is requested. /// /// /// true if the request specifies that the connection is kept open;