diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs index a49e3ed0..01b989db 100644 --- a/websocket-sharp/Net/HttpListenerResponse.cs +++ b/websocket-sharp/Net/HttpListenerResponse.cs @@ -556,6 +556,9 @@ namespace WebSocketSharp.Net /// /// The value specified for a set operation is not an absolute URL. /// + /// + /// The response is already being sent. + /// /// /// This instance is closed. ///