[Modify] Polish it

This commit is contained in:
sta 2020-03-22 22:11:18 +09:00
parent 37cef1c773
commit ce21e458ce

View File

@ -920,7 +920,8 @@ namespace WebSocketSharp.Net
) )
{ {
checkRestricted (name); checkRestricted (name);
action (name, checkValue (value)); value = checkValue (value);
action (name, value);
} }
private static HttpHeaderInfo getHeaderInfo (string name) private static HttpHeaderInfo getHeaderInfo (string name)