RFR: 8289291: HttpServer sets incorrect value for "max" parameter in Keep-Alive header value [v2]

Jaikiran Pai jpai at openjdk.org
Wed Jun 29 12:05:43 UTC 2022


On Wed, 29 Jun 2022 10:58:34 GMT, Michael McMahon <michaelm at 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


More information about the net-dev mailing list