[Modify] Polish it
This commit is contained in:
parent
98f7f00b59
commit
6d78c62023
@ -793,7 +793,7 @@ namespace WebSocketSharp.Net
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
if (headerType != _state) {
|
if (headerType != _state) {
|
||||||
var msg = "This collection does not allow the header.";
|
var msg = "This instance does not allow the header.";
|
||||||
|
|
||||||
throw new InvalidOperationException (msg);
|
throw new InvalidOperationException (msg);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user