[jdk17u-dev] RFR: 8301255: Http2Connection may send too many GOAWAY frames
Goetz Lindenmaier
goetz at openjdk.org
Fri Jun 27 15:14:45 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.
GAH failure: download failed. Unrelated.
jdk-17.0.17/fastdebug/lib/modules: truncated gzip input
-------------
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/3686#issuecomment-3013414558
More information about the jdk-updates-dev
mailing list