[Modify] Polish it

master
sta 6 years ago
parent ec2e24aa21
commit 37cef1c773

@ -915,7 +915,9 @@ namespace WebSocketSharp.Net
_state = response ? HttpHeaderType.Response : HttpHeaderType.Request;
}
private void doWithoutCheckingName (Action <string, string> action, string name, string value)
private void doWithoutCheckingName (
Action <string, string> action, string name, string value
)
{
checkRestricted (name);
action (name, checkValue (value));

Loading…
Cancel
Save