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