|
|
|
@ -1043,7 +1043,7 @@ namespace WebSocketSharp.Net
|
|
|
|
if (s.Length == 0)
|
|
|
|
if (s.Length == 0)
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
|
|
output.Write (htmlEncode (s));
|
|
|
|
output.Write (htmlEncode (s, false));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public static string UrlDecode (string s)
|
|
|
|
public static string UrlDecode (string s)
|
|
|
|
|