From 15492436bb7856ae0d2e0bb93ca036ef26013870 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 4 Oct 2018 20:12:47 +0900 Subject: [PATCH] [Modify] Replace it --- websocket-sharp/Net/HttpUtility.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpUtility.cs b/websocket-sharp/Net/HttpUtility.cs index 21287ab7..8fdb46d2 100644 --- a/websocket-sharp/Net/HttpUtility.cs +++ b/websocket-sharp/Net/HttpUtility.cs @@ -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)