[Modify] Remove it

This commit is contained in:
sta 2020-04-28 19:50:01 +09:00
parent 1aa98acc3c
commit d74fe553b9

View File

@ -1008,15 +1008,6 @@ namespace WebSocketSharp.Net
base.Set (name, value);
}
internal static bool IsMultiValue (string headerName, bool response)
{
if (headerName == null || headerName.Length == 0)
return false;
var info = getHeaderInfo (headerName);
return info != null && info.IsMultiValue (response);
}
internal string ToStringMultiValue (bool response)
{
var cnt = Count;