[Modify] Replace it

This commit is contained in:
sta 2018-11-08 20:03:46 +09:00
parent f04b04ac4c
commit 2e673e0b0e

View File

@ -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)