[Modify] Polish it

master
sta 6 years ago
parent ccd4b85e25
commit 0eaac91f03

@ -176,7 +176,7 @@ namespace WebSocketSharp.Net
throw new ObjectDisposedException (GetType ().ToString ()); throw new ObjectDisposedException (GetType ().ToString ());
if (_headersSent) { if (_headersSent) {
var msg = "The response has already been sent."; var msg = "The response is already being sent.";
throw new InvalidOperationException (msg); throw new InvalidOperationException (msg);
} }

Loading…
Cancel
Save