[Modify] Replace it
This commit is contained in:
parent
126744f36e
commit
b740ea771d
@ -1038,7 +1038,10 @@ namespace WebSocketSharp.Net
|
|||||||
if (output == null)
|
if (output == null)
|
||||||
throw new ArgumentNullException ("output");
|
throw new ArgumentNullException ("output");
|
||||||
|
|
||||||
output.Write (HtmlEncode (s));
|
if (s.Length == 0)
|
||||||
|
return;
|
||||||
|
|
||||||
|
output.Write (htmlEncode (s));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string UrlDecode (string s)
|
public static string UrlDecode (string s)
|
||||||
|
Loading…
Reference in New Issue
Block a user