Skip to content

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
Contributor

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

@apapirovski
Copy link
Contributor

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

Last one is no longer available.

@apapirovski
Copy link
Contributor

CI is good, all known failures.

@apapirovski apapirovski requested a review from jasnell October 19, 2017 15:38
@apapirovski
Copy link
Contributor

@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
Contributor

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 <[email protected]>
@apapirovski
Copy link
Contributor

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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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