[Modify] Polish it

This commit is contained in:
sta 2020-07-01 19:41:05 +09:00
parent 25bbafcf20
commit 95f8518d9f

View File

@ -1484,6 +1484,7 @@ namespace WebSocketSharp.Net
public override string[] GetValues (string name)
{
var vals = base.GetValues (name);
return vals != null && vals.Length > 0 ? vals : null;
}