[jdk11u-dev] RFR: 8296410: HttpClient throws java.io.IOException: no statuscode in response for HTTP2
Matthias Baesken
mbaesken at openjdk.org
Fri Sep 20 07:59:03 UTC 2024
On Wed, 14 Aug 2024 21:33:31 GMT, Alexey Bakhtin <abakhtin at openjdk.org> wrote:
> Please review the backport of JDK-8296410 to 11u
>
> Stream.java is applied cleanly.
>
> BodyOutputStream.java, Http2TestServer.java, and Http2TestServerConnection.java test library classes are in another path and the package name. They are applied cleanly after updating the path to the files.
>
> New TrailingHeadersTest is updated:
> - fixed reference to the Http2TestServer module
> - fixed instanceOf pattern issue
>
> Added Http2TestServerConnection::addToOutputQ method required for the test functionality
>
> All java/net/httpclient JTREG tests passed
Is there an issue with the file ending of test/jdk/java/net/httpclient/http2/TrailingHeadersTest.java ?
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2909#issuecomment-2363072804
More information about the jdk-updates-dev
mailing list