On Tue, 25 Jun 2024 23:14:38 GMT, Anthony Scarpino
wrote:
>> Hi,
>>
>> I need a review to change the a fragment buffer size miscalculation error.
>> This appears when there are large handshake messages and hasn't been
>> observed during application data. This was found during testing of th
On Tue, 25 Jun 2024 23:14:38 GMT, Anthony Scarpino
wrote:
>> Hi,
>>
>> I need a review to change the a fragment buffer size miscalculation error.
>> This appears when there are large handshake messages and hasn't been
>> observed during application data. This was found during testing of th
On Tue, 25 Jun 2024 23:14:38 GMT, Anthony Scarpino
wrote:
>> Hi,
>>
>> I need a review to change the a fragment buffer size miscalculation error.
>> This appears when there are large handshake messages and hasn't been
>> observed during application data. This was found during testing of th
> Hi,
>
> I need a review to change the a fragment buffer size miscalculation error.
> This appears when there are large handshake messages and hasn't been observed
> during application data. This was found during testing of the
> NewSessionTicket change in
> [JDK-8328608](https://bugs.open
On Tue, 25 Jun 2024 19:44:00 GMT, Daniel Jeliński wrote:
>> I tried this and it caused a lockup in one of the tests. I see why your
>> think this is the right change, but it isn't proving out in the testing
>
> That's very interesting! Which test was it? Was it with or without #19465?
I do run
On Tue, 25 Jun 2024 18:26:40 GMT, Anthony Scarpino
wrote:
>> src/java.base/share/classes/sun/security/ssl/SSLSocketOutputRecord.java line
>> 171:
>>
>>> 169: for (int limit = (offset + length); offset < limit;) {
>>> 170:
>>> 171: int remains = (limit - offset) + (
On Tue, 25 Jun 2024 08:14:10 GMT, Daniel Jeliński wrote:
>> Hi,
>>
>> I need a review to change the a fragment buffer size miscalculation error.
>> This appears when there are large handshake messages and hasn't been
>> observed during application data. This was found during testing of the
On Mon, 24 Jun 2024 15:57:57 GMT, Anthony Scarpino
wrote:
> Hi,
>
> I need a review to change the a fragment buffer size miscalculation error.
> This appears when there are large handshake messages and hasn't been observed
> during application data. This was found during testing of the
>
On Mon, 24 Jun 2024 15:57:57 GMT, Anthony Scarpino
wrote:
> Hi,
>
> I need a review to change the a fragment buffer size miscalculation error.
> This appears when there are large handshake messages and hasn't been observed
> during application data. This was found during testing of the
>
Hi,
I need a review to change the a fragment buffer size miscalculation error.
This appears when there are large handshake messages and hasn't been observed
during application data. This was found during testing of the NewSessionTicket
change in [JDK-8328608](https://bugs.openjdk.org/browse/
10 matches
Mail list logo