On Mon, 24 Mar 2025 11:34:23 GMT, Daniel Jeliński <djelin...@openjdk.org> wrote:
> The test was using incorrect URIs for testing, and as a result, the test was > never run on HTTP2. Additionally, the HTTP2 test server was using an > unconfigured SSLContext, and HTTPS was not usable. Both issues are fixed. > > The test continues to pass. This pull request has now been integrated. Changeset: e32a0c90 Author: Daniel Jeliński <djelin...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/e32a0c90feb231d791e6c17e6360f629189cab8b Stats: 23 lines in 1 file changed: 7 ins; 11 del; 5 mod 8352706: httpclient HeadTest does not run on HTTP2 Co-authored-by: Daniel Fuchs <dfu...@openjdk.org> Reviewed-by: michaelm ------------- PR: https://git.openjdk.org/jdk/pull/24191