8263031: HttpClient throws Exception if it receives a Push Promise that is too large#400
8263031: HttpClient throws Exception if it receives a Push Promise that is too large#400martinuy wants to merge 2 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back mbalao! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
This backport pull request has now been updated with issue from the original commit. |
Webrevs
|
|
Please enable the GHA action tests! |
I think the problem here is this is against 17u, not 17u-dev. 17u is closed for the October release: https://wiki.openjdk.org/display/JDKUpdates/JDK+17u |
|
I forgot to enable the GHA when forking. They're disabled by default.
Running manually now.
…On Thursday, September 26, 2024, Andrew Hughes ***@***.***> wrote:
Please enable the GHA action tests!
I think the problem here is this is against 17u, not 17u-dev. 17u is
closed for the October release: https://wiki.openjdk.org/
display/JDKUpdates/JDK+17u
—
Reply to this email directly, view it on GitHub
<#400 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFID3EE7YLE3DOVQNTJIKPLZYQP6JAVCNFSM6AAAAABO4JUI2WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZXGI2TKMBRGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
The PR should be against 17u-dev. |
There was a problem hiding this comment.
I think the module section is not required anymore as soon as JDK-8295944 in the JDK17 already
It's my understanding that @RealCLanger prefers PRs against stable repositories when they are for critical fixes in the last part of the cycle. While I tend to agree with that choice, I'm okay with anything as long as there is a unified criteria. |
|
Looks good to me. Unfortunately, I have no review status and can not officially approve |
|
|
|
@martinuy This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
|
@martinuy this pull request can not be integrated into git checkout JDK-8263031
git fetch https://git.openjdk.org/jdk17u.git master
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge master"
git push |
|
@martinuy This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
1 similar comment
|
@martinuy This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
|
@martinuy This pull request has been inactive for more than 8 weeks and will now be automatically closed. If you would like to continue working on this pull request in the future, feel free to reopen it! This can be done using the |
Hi,
Can I have a review for the backport of JDK-8263031 to 17u?
The JDK main line patch did not apply cleanly because JDK-8295944 was backported to 17u already and tests were moved.
In addition, I had to make changes to PushPromiseContinuation.java to adapt the test to its new location (see jtreg header diff) and context (see the invocations to conn.addToOutputQ). With these changes, the test is passing.
No regressions observed in the jdk/java/net/httpclient tests category.
Thanks,
Martin.-
Progress
Warnings
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u.git pull/400/head:pull/400$ git checkout pull/400Update a local copy of the PR:
$ git checkout pull/400$ git pull https://git.openjdk.org/jdk17u.git pull/400/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 400View PR using the GUI difftool:
$ git pr show -t 400Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk17u/pull/400.diff
Webrev
Link to Webrev Comment