[Modify] Remove it

This commit is contained in:
sta 2020-06-13 17:59:21 +09:00
parent 8862928af5
commit d924ed53ec

View File

@ -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;