[Modify] Polish it
This commit is contained in:
parent
25bbafcf20
commit
95f8518d9f
@ -1484,6 +1484,7 @@ namespace WebSocketSharp.Net
|
|||||||
public override string[] GetValues (string name)
|
public override string[] GetValues (string name)
|
||||||
{
|
{
|
||||||
var vals = base.GetValues (name);
|
var vals = base.GetValues (name);
|
||||||
|
|
||||||
return vals != null && vals.Length > 0 ? vals : null;
|
return vals != null && vals.Length > 0 ? vals : null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user