[Modify] Remove it
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user