[jdk17u-dev] Integrated: 8301255: Http2Connection may send too many GOAWAY frames
Goetz Lindenmaier
goetz at openjdk.org
Mon Jun 30 13:16:41 UTC 2025
On Fri, 27 Jun 2025 10:56:24 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:
> I backport this for parity with 17.0.17-oracle.
>
> Omitted copyrights as files already have younger ones.
>
> Resolved two chunks in Http2Connection because later change
> "8328286: Enhance HTTP client" was already backported.
>
> In shutdown(Throwable) that change added line
> cause.compareAndSet(null, t);
> messing up the context.
> Also, it removed the line
> if (initialCause == null) this.cause = t;
> this change intends to edit, so I omitted this edit.
>
> In protocolError(int, String) "8328286: Enhance HTTP client" added some
> code that needs to go into the if() added by this change.
> Resolved. so that it is the same as in 21.
This pull request has now been integrated.
Changeset: 6317de85
Author: Goetz Lindenmaier <goetz at openjdk.org>
URL: https://git.openjdk.org/jdk17u-dev/commit/6317de858def824ab1c2d1150f750fa6e27560a2
Stats: 106 lines in 3 files changed: 73 ins; 5 del; 28 mod
8301255: Http2Connection may send too many GOAWAY frames
Reviewed-by: rschmelter
Backport-of: 041a12e65530b5832b4a500180c97a2a60e0dc51
-------------
PR: https://git.openjdk.org/jdk17u-dev/pull/3686
More information about the jdk-updates-dev
mailing list