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); }