From 0dc64a8a02d2ad6fe176d6be03f4cad948e75a45 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 4 Feb 2019 21:37:00 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/Cookie.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index ba43ac0d..b591b5f2 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -820,14 +820,10 @@ namespace WebSocketSharp.Net /// Returns a string that represents the current cookie instance. /// /// - /// A to use to send an HTTP cookie to - /// an origin server. + /// A that is suitable for the Cookie request header. /// public override string ToString () { - // i.e., only used for clients - // See para 4.2.2 of RFC 2109 and para 3.3.4 of RFC 2965 - // See also bug #316017 return ToRequestString (null); }