diff --git a/websocket-sharp/Net/HttpUtility.cs b/websocket-sharp/Net/HttpUtility.cs index df3e1cbb..19673a6f 100644 --- a/websocket-sharp/Net/HttpUtility.cs +++ b/websocket-sharp/Net/HttpUtility.cs @@ -1202,7 +1202,7 @@ namespace WebSocketSharp.Net return count > 0 ? Encoding.ASCII.GetString ( - InternalUrlEncodeToBytes (bytes, offset, count) + urlEncodeToBytes (bytes, offset, count) ) : String.Empty; }