[Modify] Replace it
This commit is contained in:
parent
b79ae8bcd8
commit
5ea12c5eca
@ -1255,7 +1255,7 @@ namespace WebSocketSharp.Net
|
|||||||
throw new ArgumentOutOfRangeException ("count");
|
throw new ArgumentOutOfRangeException ("count");
|
||||||
|
|
||||||
return count > 0
|
return count > 0
|
||||||
? InternalUrlDecodeToBytes (bytes, offset, count)
|
? urlDecodeToBytes (bytes, offset, count)
|
||||||
: new byte[0];
|
: new byte[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user