From c8f1ca210913e7363b570ad3f53ed7b9a146b505 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 23 Nov 2018 20:49:23 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServiceManager.cs | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs index 2a4536aa..5d9cad31 100644 --- a/websocket-sharp/Server/WebSocketServiceManager.cs +++ b/websocket-sharp/Server/WebSocketServiceManager.cs @@ -1005,17 +1005,18 @@ namespace WebSocketSharp.Server /// Tries to get the host instance for a WebSocket service with /// the specified . /// - /// - /// is converted to a URL-decoded string and - /// / is trimmed from the end of the converted string if any. - /// /// /// true if the service is successfully found; /// otherwise, false. /// /// - /// A that represents an absolute path to - /// the service to find. + /// + /// A that represents an absolute path to + /// the service to find. + /// + /// + /// / is trimmed from the end of the string if present. + /// /// /// ///