On Wed, 29 Jun 2022 10:58:34 GMT, Michael McMahon <micha...@openjdk.org> wrote:
> Could we add a test (even to an existing keepalive one) to verify that "max" > is no longer sent? Done. I've updated the PR to include a new test which verifies the absence of the `max` parameter in the `Keep-Alive` response header. The test fails without the fix in this PR and passes with the fix. ------------- PR: https://git.openjdk.org/jdk/pull/9326