RFR: 8371471: HttpClient: Log HTTP/3 handshake failures if logging errors is enabled
Daniel Fuchs
dfuchs at openjdk.org
Fri Nov 7 14:26:20 UTC 2025
Surprisingly if the QUIC handshake fails exceptionally, and `-Djdk.httpclient.HttpClient.log=errors` is specified, the exception is not logged. This change fixes that.
-------------
Commit messages:
- 8371471: HttpClient: Log HTTP/3 handshake failures if logging errors is enabled
Changes: https://git.openjdk.org/jdk/pull/28196/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=28196&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8371471
Stats: 185 lines in 3 files changed: 183 ins; 1 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/28196.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/28196/head:pull/28196
PR: https://git.openjdk.org/jdk/pull/28196
More information about the net-dev
mailing list