[Modify] Remove it
This commit is contained in:
parent
0b7047618e
commit
e43680d45a
@ -535,11 +535,6 @@ namespace WebSocketSharp.Net
|
||||
return -1;
|
||||
}
|
||||
|
||||
private static string[] splitCookieHeaderValue (string value)
|
||||
{
|
||||
return new List<string> (value.SplitHeaderValue (',', ';')).ToArray ();
|
||||
}
|
||||
|
||||
private static string urlDecode (string s, Encoding encoding)
|
||||
{
|
||||
if (s == null)
|
||||
|
Loading…
Reference in New Issue
Block a user