diff --git a/websocket-sharp/Net/HttpUtility.cs b/websocket-sharp/Net/HttpUtility.cs index 26fd90e1..ff242541 100644 --- a/websocket-sharp/Net/HttpUtility.cs +++ b/websocket-sharp/Net/HttpUtility.cs @@ -1255,7 +1255,7 @@ namespace WebSocketSharp.Net throw new ArgumentOutOfRangeException ("count"); return count > 0 - ? InternalUrlDecodeToBytes (bytes, offset, count) + ? urlDecodeToBytes (bytes, offset, count) : new byte[0]; }