Skip to content
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

8282017: sun/net/www/protocol/https/HttpsURLConnection/B6216082.java fails with "SocketException: Unexpected end of file from server" #7503

Closed
wants to merge 3 commits into from

Conversation

dfuch
Copy link
Member

@dfuch dfuch commented Feb 16, 2022

A seemingly innocuous change from JDK-8061729 is causing a test failure. The fix is to simply revert that small change.


Progress

  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue
  • Change must be properly reviewed

Issue

  • JDK-8282017: sun/net/www/protocol/https/HttpsURLConnection/B6216082.java fails with "SocketException: Unexpected end of file from server"

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk pull/7503/head:pull/7503
$ git checkout pull/7503

Update a local copy of the PR:
$ git checkout pull/7503
$ git pull https://git.openjdk.java.net/jdk pull/7503/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 7503

View PR using the GUI difftool:
$ git pr show -t 7503

Using diff file

Download this PR as a diff file:
https://git.openjdk.java.net/jdk/pull/7503.diff

…fails with "SocketException: Unexpected end of file from server"
@bridgekeeper
Copy link

bridgekeeper bot commented Feb 16, 2022

👋 Welcome back dfuchs! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@dfuch
Copy link
Member Author

dfuch commented Feb 16, 2022

I am currently running tier2 tests in the CI

@openjdk openjdk bot added the rfr Pull request is ready for review label Feb 16, 2022
@openjdk
Copy link

openjdk bot commented Feb 16, 2022

@dfuch The following labels will be automatically applied to this pull request:

  • net
  • security

When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing lists. If you would like to change these labels, use the /label pull request command.

@openjdk openjdk bot added security security-dev@openjdk.org net net-dev@openjdk.org labels Feb 16, 2022
@mlbridge
Copy link

mlbridge bot commented Feb 16, 2022

Webrevs

@dfuch
Copy link
Member Author

dfuch commented Feb 17, 2022

I talked with @mahendrachhipa who has suggested a better fix. Closing this PR as a result.
See #7519

@dfuch dfuch closed this Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
net net-dev@openjdk.org rfr Pull request is ready for review security security-dev@openjdk.org
Development

Successfully merging this pull request may close these issues.

1 participant