[Modify] Remove it

This commit is contained in:
sta 2020-03-12 21:33:05 +09:00
parent e7a4729bf8
commit c86632e529

View File

@ -949,11 +949,6 @@ namespace WebSocketSharp.Net
base.Set (name, value); base.Set (name, value);
} }
internal static bool IsHeaderValue (string value)
{
return value.IsText ();
}
internal static bool IsMultiValue (string headerName, bool response) internal static bool IsMultiValue (string headerName, bool response)
{ {
if (headerName == null || headerName.Length == 0) if (headerName == null || headerName.Length == 0)