[Modify] Replace it
This commit is contained in:
parent
f36653e4f9
commit
8e4fc80f7c
@ -868,7 +868,7 @@ namespace WebSocketSharp.Net
|
||||
{
|
||||
using (var res = new MemoryStream ()) {
|
||||
foreach (var c in s)
|
||||
urlEncode (c, res, true);
|
||||
urlEncodeUnicode (c, res);
|
||||
|
||||
res.Close ();
|
||||
return res.ToArray ();
|
||||
|
Loading…
Reference in New Issue
Block a user