Integrated: 8349910: Implement JEP 517: HTTP/3 for the HTTP Client API
Daniel Fuchs
dfuchs at openjdk.org
Mon Sep 22 10:16:00 UTC 2025
On Fri, 18 Apr 2025 13:05:24 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
> Hi,
>
> Please find here a PR for the implementation of [JEP 517: HTTP/3 for the HTTP Client API](https://openjdk.org/jeps/517).
>
> The CSR can be viewed at [JDK-8350588: Implement JEP 517: HTTP/3 for the HTTP Client API](https://bugs.openjdk.org/browse/JDK-8350588)
>
> This JEP proposes to enhance the HttpClient implementation to support HTTP/3.
> It adds a non-exposed / non-exported internal implementation of the QUIC protocol based on DatagramChannel and the SunJSSE SSLContext provider.
This pull request has now been integrated.
Changeset: e8db14f5
Author: Daniel Fuchs <dfuchs at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/e8db14f584fa92db170e056bc68074ccabae82c9
Stats: 105840 lines in 474 files changed: 103005 ins; 1337 del; 1498 mod
8349910: Implement JEP 517: HTTP/3 for the HTTP Client API
Co-authored-by: Aleksei Efimov <aefimov at openjdk.org>
Co-authored-by: Bradford Wetmore <wetmore at openjdk.org>
Co-authored-by: Daniel Jeliński <djelinski at openjdk.org>
Co-authored-by: Darragh Clarke <dclarke at openjdk.org>
Co-authored-by: Jaikiran Pai <jpai at openjdk.org>
Co-authored-by: Michael McMahon <michaelm at openjdk.org>
Co-authored-by: Volkan Yazici <vyazici at openjdk.org>
Co-authored-by: Conor Cleary <conor.cleary at oracle.com>
Co-authored-by: Patrick Concannon <patrick.concannon at oracle.com>
Co-authored-by: Rahul Yadav <rahul.r.yadav at oracle.com>
Co-authored-by: Daniel Fuchs <dfuchs at openjdk.org>
Reviewed-by: djelinski, jpai, aefimov, abarashev, michaelm
-------------
PR: https://git.openjdk.org/jdk/pull/24751
More information about the net-dev
mailing list