[Modify] Polish it
This commit is contained in:
parent
37cef1c773
commit
ce21e458ce
@ -920,7 +920,8 @@ namespace WebSocketSharp.Net
|
||||
)
|
||||
{
|
||||
checkRestricted (name);
|
||||
action (name, checkValue (value));
|
||||
value = checkValue (value);
|
||||
action (name, value);
|
||||
}
|
||||
|
||||
private static HttpHeaderInfo getHeaderInfo (string name)
|
||||
|
Loading…
Reference in New Issue
Block a user