[Modify] Remove it
This commit is contained in:
parent
82f146386d
commit
bcd96cacc9
@ -763,15 +763,6 @@ namespace WebSocketSharp.Net
|
||||
|
||||
#region Private Methods
|
||||
|
||||
private void add (string name, string value, bool ignoreRestricted)
|
||||
{
|
||||
var act = ignoreRestricted
|
||||
? (Action <string, string>) addWithoutCheckingNameAndRestricted
|
||||
: addWithoutCheckingName;
|
||||
|
||||
doWithCheckingState (act, checkName (name), value, true);
|
||||
}
|
||||
|
||||
private void add (string name, string value, HttpHeaderType headerType)
|
||||
{
|
||||
base.Add (name, value);
|
||||
|
Loading…
Reference in New Issue
Block a user