[Modify] Remove it

master
sta 7 years ago
parent 0b7047618e
commit e43680d45a

@ -535,11 +535,6 @@ namespace WebSocketSharp.Net
return -1; return -1;
} }
private static string[] splitCookieHeaderValue (string value)
{
return new List<string> (value.SplitHeaderValue (',', ';')).ToArray ();
}
private static string urlDecode (string s, Encoding encoding) private static string urlDecode (string s, Encoding encoding)
{ {
if (s == null) if (s == null)

Loading…
Cancel
Save