[Modify] Polish it
This commit is contained in:
parent
f7283c0043
commit
f22bb89ff2
@ -846,7 +846,7 @@ namespace WebSocketSharp.Net
|
|||||||
var res = headerType == HttpHeaderType.Response;
|
var res = headerType == HttpHeaderType.Response;
|
||||||
|
|
||||||
if (isRestricted (name, res)) {
|
if (isRestricted (name, res)) {
|
||||||
var msg = "This header must be modified with the appropiate property.";
|
var msg = "The header is a restricted header.";
|
||||||
|
|
||||||
throw new ArgumentException (msg);
|
throw new ArgumentException (msg);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user