On Fri, 7 Nov 2025 14:51:32 GMT, Daniel Fuchs <[email protected]> wrote:

>> Surprisingly if the QUIC handshake fails exceptionally, and 
>> `-Djdk.httpclient.HttpClient.log=errors` is specified, the exception is not 
>> logged. This change fixes that.
>
> Daniel Fuchs has updated the pull request incrementally with three additional 
> commits since the last revision:
> 
>  - More copyright dates
>  - small test cleanup
>  - Fix copyright dates

test/jdk/java/net/httpclient/http3/H3LogHandshakeErrors.java line 132:

> 130:             @Override
> 131:             public void publish(LogRecord record) {
> 132:                 record.getSourceClassName();

Is this line a leftover? Or does it intentionally call this method and not use 
the return value?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/28196#discussion_r2504037578

Reply via email to