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
8254802: ThrowingPushPromisesAsStringCustom.java fails in "try throwing in GET_BODY" #1567
Conversation
…ng in GET_BODY" Fixes an issue in Http2TestServerConnection - where the connection will be closed by the server if the server receives a RESET from the client after the stream has been closed on the server side.
|
Webrevs
|
…ng in GET_BODY" Ammended fix to take into account reset frames received on either server streams or client streams.
test/jdk/java/net/httpclient/http2/server/Http2TestServerConnection.java
Show resolved
Hide resolved
…ng in GET_BODY" Integrated review comments: added two static methods: static boolean isClientStreamId(int streamid); static boolean isServerStreamId(int streamid);
@dfuch 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 59 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details.
|
/integrate |
@dfuch Since your change was applied there have been 68 commits pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit 566d77a. |
Hi,
Please find below a fix that fixes an issue in Http2TestServerConnection - where the
connection will be closed by the test server if the test server receives a RESET from the client
after the stream has been closed.
This issue has made the ThrowingPushPromisesAsStringCustom test fail from time to time, but
the debug traces have eventually revealed what was the issue:
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jdk pull/1567/head:pull/1567
$ git checkout pull/1567