master
8372325: Refactor tests under jdk/java/net/httpclient to use ${test.main.class}
8383248: Reduce buffer allocations for HTTP headers instead of allocating 16KB per request
8349910: Implement JEP 517: HTTP/3 for the HTTP Client API
8197564: HTTP Client implementation
8252304: Seed an HttpRequest.Builder from an existing HttpRequest
8389498: Enable HttpClient debug logging in java/net/httpclient/http2/H2GoAwayPromptConnectionClose.java test
8386989: QuicEndpoint.ClosedConnection should not use QuicTimerQueue::offer
8389617: Clean up the Http2TestServerConnection in httpclient test library and introduce a way to access the underlying exchange from a HttpTestExchange
8386985: PacketSpaceManagerTest failed with AssertionError; A race condition may cause packetSent to mistakenly skip rescheduling of the transmitter task
8389395: Use factory method to construct SequentialSchedulers
8378344: Refactor test/jdk/java/net/httpclient/*.java TestNG tests to JUnit
8373515: Migrate "test/jdk/java/net/httpclient/" to null-safe "SimpleSSLContext" methods
8378163: test/jdk/java/net/httpclient/*.java: convert tests that use ITestContext to JUnit
8380967: Canceled HttpClient.sendAsync futures throw inconsistent exceptions
8375352: java/net/httpclient/ConnectTimeoutWithProxy*.java tests fail on EC2
8372526: Add support for ZLIB TLS Certificate Compression
8204679: HTTP Client refresh
8310330: HttpClient: debugging interestOps/readyOps could cause exceptions and smaller cleanup
8380989: HttpRequest.Builder#headers() throws an exception if an empty array is passed
8377675: java.net.http tests should not depend on ../../../com/sun/net/httpserver test classes
8206001: Enable TLS1.3 by default in Http Client
8377796: java.net.http.HttpClient.send() and sendAsync() never complete when BodyHandler.apply() returns null
8364263: HttpClient: Improve encapsulation of ProxyServer
8372159: HttpClient SelectorManager thread could be a VirtualThread
8260555: Change the default TIMEOUT_FACTOR from 4 to 1
8378569: Refactor test/jdk/java/net/httpclient/http3/H3ErrorHandlingTest.java to use JUnit
8374432: TimeoutResponseBodyTest.java#retriesEnabledForResponseFailure fails run with -Xcomp