[Modify] Add it

This commit is contained in:
sta 2020-04-18 21:42:57 +09:00
parent dc5b4ddfd8
commit 616b1461c1

View File

@ -955,6 +955,13 @@ namespace WebSocketSharp.Net
: null; : null;
} }
private static bool isMultiValue (string name, bool response)
{
var headerInfo = getHeaderInfo (name);
return headerInfo != null && headerInfo.IsMultiValue (response);
}
private static bool isRestricted (string name, bool response) private static bool isRestricted (string name, bool response)
{ {
var headerInfo = getHeaderInfo (name); var headerInfo = getHeaderInfo (name);