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

test: fix http-response-multiheaders #3958

Closed
wants to merge 1 commit into from

Conversation

santigimeno
Copy link
Member

Make sure the server is not closed until both responses have been
received.

Make sure the server is not closed until both responses have been
received.
@santigimeno
Copy link
Member Author

It tries to fix #2815. The same ECONNREFUSED error was happening to me in OS X

@r-52 r-52 added http Issues or PRs related to the http subsystem. test Issues and PRs related to the tests. labels Nov 21, 2015
@Trott
Copy link
Member

Trott commented Nov 21, 2015

@Trott
Copy link
Member

Trott commented Dec 24, 2015

LGTM

I'm seeing problems with this test on Windows too. https://ci.nodejs.org/job/node-test-binary-windows/384/RUN_SUBSET=0,VS_VERSION=vs2015,label=win2012r2/console

So I'm kind of motivated to get this fix in now.

Stress test without the fix proposed here: https://ci.nodejs.org/job/node-stress-single-test/196/nodes=win2012r2/console

Stress test with the fix proposed here: https://ci.nodejs.org/job/node-stress-single-test/197/nodes=win2012r2/console

@Trott
Copy link
Member

Trott commented Dec 24, 2015

LGTM

@jbergstroem
Copy link
Member

Stress test looks good. LGTM.

Trott pushed a commit that referenced this pull request Dec 24, 2015
Make sure the server is not closed until both responses have been
received.

PR-URL: #3958
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
@Trott
Copy link
Member

Trott commented Dec 24, 2015

Landed in 025e4aa. Thanks once again for all these test fixes you've been working on!

@Trott Trott closed this Dec 24, 2015
Fishrock123 pushed a commit to Fishrock123/node that referenced this pull request Jan 6, 2016
Make sure the server is not closed until both responses have been
received.

PR-URL: nodejs#3958
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
@MylesBorins
Copy link
Contributor

It looks like this makes changes to a test that was added in a semver major.

@rvagg I am currently removing the lts-watch tag and adding the do-not-land tag

Please feel free to update this

scovetta pushed a commit to scovetta/node that referenced this pull request Apr 2, 2016
Make sure the server is not closed until both responses have been
received.

PR-URL: nodejs#3958
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
http Issues or PRs related to the http subsystem. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants