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
8218546: Unable to connect to https://google.com using java.net.HttpClient #798
Conversation
👋 Welcome back shade! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with issue from the original commit. |
@shipilev 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 ➡️ To integrate this PR with the above commit message to the |
Shouldn't this go directly to jdk11u? Or do you first want to push it to jdk11u-dev for testing? |
Would it matter to push it to jdk11u at this point? What does it buy us? The 11.0.14 ship had sailed already... |
We could ship an 11.0.14.1. We did so once before: https://github.com/openjdk/jdk11u-dev/releases/tag/jdk-11.0.9.1-ga |
All right, that seems to hinge on a decision to actually ship |
I'm fine with that :) |
All right then, all my testing is green, the push approval received, I am integrating. /integrate |
Going to push as commit b240c60.
Your commit was automatically rebased without conflicts. |
In hindsight it probably wasn't necessary to do a patch release. Either way, it's a very different kind of bug than this one. https://bugs.openjdk.java.net/browse/JDK-8218546?focusedCommentId=14243081&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14243081 suggests it's a peculiarity of Google servers. I'm not convinced this warrants a patch update. |
Hello, For the past 2 days we have been fighting with this topic. Best, |
Clean backport to fix 11.0.14 regression. There are multiple reports about this breakage.
Additional testing:
{fastdebug, release}
,java/net/httpclient
passes{fastdebug, release}
,tier1
passes{fastdebug, release}
,tier2
passes{fastdebug, release}
,tier3
passesProgress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk11u-dev pull/798/head:pull/798
$ git checkout pull/798
Update a local copy of the PR:
$ git checkout pull/798
$ git pull https://git.openjdk.java.net/jdk11u-dev pull/798/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 798
View PR using the GUI difftool:
$ git pr show -t 798
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk11u-dev/pull/798.diff