On Tue, 20 May 2025 08:56:23 GMT, Daniel Jeliński <[email protected]> wrote:
>> Artur Barashev has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Log error and return null no compress/decompress failure
>
> src/java.base/share/classes/sun/security/ssl/SessionTicketExtension.java line
> 336:
>
>> 334: int count = 0;
>> 335: int b;
>> 336: while ((b = gis.read()) >= 0) {
>
> use gis.readAllBytes()
Indeed, done!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25310#discussion_r2098681209