New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8278158: jwebserver should set request timeout #6737
Conversation
|
LGTM.
Might be good to have at least a manual test to verify that for ATR - I'm OK if this is done in a followup PR
@FrauBoes This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 6 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the
|
I agree, I'll add a manual test separately. |
/integrate |
Going to push as commit 10e0318.
Your commit was automatically rebased without conflicts. |
This change sets a maximum request time for the
jwebserver
(andjava -m jdk.httpserver
), unless it has already been set.While here, I removed a comment from the implementation classes, a left-over from the pre-module era that is not needed and should not have been included in the first place.
Testing: tier 1-3, and manual testing to confirm a request fails after the given time, e.g.:
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk pull/6737/head:pull/6737
$ git checkout pull/6737
Update a local copy of the PR:
$ git checkout pull/6737
$ git pull https://git.openjdk.java.net/jdk pull/6737/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 6737
View PR using the GUI difftool:
$ git pr show -t 6737
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk/pull/6737.diff