Skip to content

Commit 0eaac91

Browse files
committed
[Modify] Polish it
1 parent ccd4b85 commit 0eaac91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

websocket-sharp/Net/HttpListenerResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public long ContentLength64 {
176176
throw new ObjectDisposedException (GetType ().ToString ());
177177

178178
if (_headersSent) {
179-
var msg = "The response has already been sent.";
179+
var msg = "The response is already being sent.";
180180
throw new InvalidOperationException (msg);
181181
}
182182

0 commit comments

Comments
 (0)