master
8308144: Uncontrolled memory consumption in SSLFlowDelegate.Reader
8303481: CancelRequestTest assertTrue failing with AssertionError due to java.util.concurrent.CompletionException: java.io.EOFException: EOF reached while reading
8286386: Address possibly lossy conversions in java.net.http
8308310: HttpClient: Avoid logging or locking from within synchronized blocks
8310330: HttpClient: debugging interestOps/readyOps could cause exceptions and smaller cleanup
8197564: HTTP Client implementation
8309200: java/net/httpclient/ExecutorShutdown fails intermittently, if connection closed during upgrade
8277120: Use Optional.isEmpty instead of !Optional.isPresent in java.net.http
8309939: HttpClient should not use Instant.now() as Instant source for deadlines
8204679: HTTP Client refresh
8253178: Replace LinkedList Impl in net.http.FilterFactory
8257401: Use switch expressions in jdk.internal.net.http and java.net.http
8308024: HttpClient (HTTP/1.1) sends an extraneous empty chunk if the BodyPublisher supplies an empty buffer
8318492: Http2ClientImpl should attempt to close and remove connection in stop()
8312433: HttpClient request fails due to connection being considered idle and closed
8209137: Add ability to bind to specific local address to HTTP client
8267140: Support closing the HttpClient by making it auto-closable
8317808: HTTP/2 stream cancelImpl may leave subscriber registered
8276559: (httpclient) Consider adding an HttpRequest.Builder.HEAD method to build a HEAD request.
8304701: Request with timeout aborts later in-flight request on HTTP/1.1 cxn
8289366: Improve HTTP/2 client usage
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
8226303: Examine the HttpRequest.BodyPublishers for exception handling
8303682: Simplify HttpClient DebugLogger
8302475: Enhance HTTP client file downloading
8277969: HttpClient SelectorManager shuts down when custom Executor rejects a task
8317295: ResponseSubscribers.SubscriberAdapter should call the finisher function asynchronously
8208391: Differentiate response and connect timeouts in HTTP Client API
8309118: HttpClient: Add more tests for 100 ExpectContinue with HTTP/2
8207960: Non-negative WINDOW_UPDATE increments may leave the stream window size negative