[Modify] Remove it
This commit is contained in:
parent
8862928af5
commit
d924ed53ec
@ -902,15 +902,6 @@ namespace WebSocketSharp.Net
|
||||
return value;
|
||||
}
|
||||
|
||||
private void doWithoutCheckingName (
|
||||
Action <string, string> action, string name, string value
|
||||
)
|
||||
{
|
||||
checkRestricted (name);
|
||||
value = checkValue (value);
|
||||
action (name, value);
|
||||
}
|
||||
|
||||
private static HttpHeaderInfo getHeaderInfo (string name)
|
||||
{
|
||||
var comparison = StringComparison.InvariantCultureIgnoreCase;
|
||||
|
Loading…
Reference in New Issue
Block a user