[jdk21u-dev] Integrated: 8335181: Incorrect handling of HTTP/2 GOAWAY frames in HttpClient
Alexey Bakhtin
abakhtin at openjdk.org
Thu Mar 20 14:18:24 UTC 2025
On Thu, 20 Feb 2025 00:00:26 GMT, Alexey Bakhtin <abakhtin at openjdk.org> wrote:
> Please review the backport of JDK-8335181
>
> src/java.net.http/share/classes/jdk/internal/net/http/MultiExchange.java
> - manual merge for MultiExchange::getExceptionalCF
> because of the difference in the logging caused by 8310330
>
> src/java.net.http/share/classes/jdk/internal/net/http/Http2Connection.java
> - added import for the AtomicLong class manually because of the difference in the import section
>
> src/java.net.http/share/classes/jdk/internal/net/http/ExchangeImpl.java
> - copyright year updated manually
>
> test/jdk/java/net/httpclient/lib/jdk/httpclient/test/lib/http2/Http2TestServerConnection.java
> - import section is updated manually
>
> test/jdk/java/net/httpclient/lib/jdk/httpclient/test/lib/common/HttpServerAdapters.java
> - getConnectionKey() declaration is added manually in the HttpServerAdapters::HttpTestExchange class
>
> All jtreg tests for java.net.httpclient are passed
This pull request has now been integrated.
Changeset: 209939a9
Author: Alexey Bakhtin <abakhtin at openjdk.org>
URL: https://git.openjdk.org/jdk21u-dev/commit/209939a90e9b804da4c37ebd978b088cb8f41ead
Stats: 624 lines in 12 files changed: 570 ins; 2 del; 52 mod
8335181: Incorrect handling of HTTP/2 GOAWAY frames in HttpClient
Reviewed-by: andrew
Backport-of: 720b44648bcff997278af92746f942b2425298a5
-------------
PR: https://git.openjdk.org/jdk21u-dev/pull/1417
More information about the jdk-updates-dev
mailing list