From 4f236579d485395e25aad49cf572b888024bc160 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 4 Jan 2020 16:14:07 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerResponse.cs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs index a220fd55..62b5edd0 100644 --- a/websocket-sharp/Net/HttpListenerResponse.cs +++ b/websocket-sharp/Net/HttpListenerResponse.cs @@ -328,7 +328,15 @@ namespace WebSocketSharp.Net /// /// /// - /// The value specified for a set operation is an empty string. + /// + /// The value specified for a set operation is an empty string. + /// + /// + /// -or- + /// + /// + /// The value specified for a set operation contains an invalid character. + /// /// /// /// The response is already being sent.