On Fri, 18 Apr 2025 13:05:24 GMT, Daniel Fuchs <[email protected]> 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 <[email protected]> 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 <[email protected]> Co-authored-by: Bradford Wetmore <[email protected]> Co-authored-by: Daniel JeliĆski <[email protected]> Co-authored-by: Darragh Clarke <[email protected]> Co-authored-by: Jaikiran Pai <[email protected]> Co-authored-by: Michael McMahon <[email protected]> Co-authored-by: Volkan Yazici <[email protected]> Co-authored-by: Conor Cleary <[email protected]> Co-authored-by: Patrick Concannon <[email protected]> Co-authored-by: Rahul Yadav <[email protected]> Co-authored-by: Daniel Fuchs <[email protected]> Reviewed-by: djelinski, jpai, aefimov, abarashev, michaelm ------------- PR: https://git.openjdk.org/jdk/pull/24751
