[Modify] Replace it
This commit is contained in:
parent
f04b04ac4c
commit
2e673e0b0e
@ -1278,7 +1278,7 @@ namespace WebSocketSharp.Net
|
|||||||
return new byte[0];
|
return new byte[0];
|
||||||
|
|
||||||
var bytes = (encoding ?? Encoding.UTF8).GetBytes (s);
|
var bytes = (encoding ?? Encoding.UTF8).GetBytes (s);
|
||||||
return InternalUrlEncodeToBytes (bytes, 0, bytes.Length);
|
return urlEncodeToBytes (bytes, 0, bytes.Length);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string UrlPathEncode (string s)
|
public static string UrlPathEncode (string s)
|
||||||
|
Loading…
Reference in New Issue
Block a user