[Modify] Replace it
This commit is contained in:
parent
e863edbf2c
commit
15492436bb
@ -1043,7 +1043,7 @@ namespace WebSocketSharp.Net
|
||||
if (s.Length == 0)
|
||||
return;
|
||||
|
||||
output.Write (htmlEncode (s));
|
||||
output.Write (htmlEncode (s, false));
|
||||
}
|
||||
|
||||
public static string UrlDecode (string s)
|
||||
|
Loading…
Reference in New Issue
Block a user