[Modify] Add it
This commit is contained in:
parent
dc5b4ddfd8
commit
616b1461c1
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user