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

http: do not blindly destroy UNIX domain sockets #15650

Closed
wants to merge 1 commit into from

Conversation

lpinca
Copy link
Member

@lpinca lpinca commented Sep 28, 2017

Connection: keep-alive is now properly supported when making client
connections to UNIX domain sockets so request.abort() should not
blindly destroy the underlying socket.

Refs: #13214 (comment)

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

http

@nodejs-github-bot nodejs-github-bot added the http Issues or PRs related to the http subsystem. label Sep 28, 2017
@lpinca
Copy link
Member Author

lpinca commented Sep 28, 2017

@mscdex
Copy link
Contributor

mscdex commented Sep 28, 2017

I think a better commit message might be: 'http: do not blindly destroy UNIX domain sockets'

`Connection: keep-alive` is now properly supported when making client
connections to UNIX domain sockets so `request.abort()` should not
blindly destroy the underlying socket.

Refs: nodejs#13214 (comment)
@lpinca
Copy link
Member Author

lpinca commented Sep 28, 2017

@mscdex done, thank you.

@lpinca lpinca changed the title http: do not blindly destroy the UDS socket http: do not blindly destroy UNIX domain sockets Sep 28, 2017
@apapirovski
Copy link
Member

Is there a particular reason this stalled? ping @nodejs/http

@apapirovski
Copy link
Member

CI: https://ci.nodejs.org/job/node-test-pull-request/10826/

Last one is no longer available.

@apapirovski
Copy link
Member

CI is good, all known failures.

@apapirovski
Copy link
Member

@lpinca you should be good to merge this, if you want.

@lpinca
Copy link
Member Author

lpinca commented Oct 23, 2017

@apapirovski go for it if you have time.

@apapirovski
Copy link
Member

Landed in eb2fbd1

apapirovski pushed a commit that referenced this pull request Oct 23, 2017
`Connection: keep-alive` is now properly supported when making client
connections to UNIX domain sockets so `request.abort()` should not
blindly destroy the underlying socket.

PR-URL: #15650
Refs: #13214 (comment)
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
@apapirovski
Copy link
Member

This depends on #13214 so applying the same label re: v6.x

@lpinca lpinca deleted the fix/uds-keep-alive branch October 23, 2017 16:30
MylesBorins pushed a commit that referenced this pull request Oct 23, 2017
`Connection: keep-alive` is now properly supported when making client
connections to UNIX domain sockets so `request.abort()` should not
blindly destroy the underlying socket.

PR-URL: #15650
Refs: #13214 (comment)
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
addaleax pushed a commit to ayojs/ayo that referenced this pull request Oct 26, 2017
`Connection: keep-alive` is now properly supported when making client
connections to UNIX domain sockets so `request.abort()` should not
blindly destroy the underlying socket.

PR-URL: nodejs/node#15650
Refs: nodejs/node#13214 (comment)
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
addaleax pushed a commit to ayojs/ayo that referenced this pull request Dec 7, 2017
`Connection: keep-alive` is now properly supported when making client
connections to UNIX domain sockets so `request.abort()` should not
blindly destroy the underlying socket.

PR-URL: nodejs/node#15650
Refs: nodejs/node#13214 (comment)
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants