[Modify] Remove it
This commit is contained in:
parent
eeb8f0aeb7
commit
890c351c0f
@ -776,11 +776,6 @@ namespace WebSocketSharp.Net
|
|||||||
_state = headerType;
|
_state = headerType;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void addWithoutCheckingNameAndRestricted (string name, string value)
|
|
||||||
{
|
|
||||||
base.Add (name, checkValue (value));
|
|
||||||
}
|
|
||||||
|
|
||||||
private void checkAllowed (HttpHeaderType headerType)
|
private void checkAllowed (HttpHeaderType headerType)
|
||||||
{
|
{
|
||||||
if (_state == HttpHeaderType.Unspecified)
|
if (_state == HttpHeaderType.Unspecified)
|
||||||
|
Loading…
Reference in New Issue
Block a user