Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Server.listen({ fd: number }) #3422

Closed
wants to merge 8 commits into from
Closed

Conversation

isaacs
Copy link

@isaacs isaacs commented Jun 13, 2012

This adds net.Server.prototype.listen({ fd: <number> }), where <number> is some arbitrary file descriptor that has already been bound and is listening.

The tests take advantage of the child process stdio refactoring.

Split into 4 commits for easy review. (We ought to squash before merging.)

Fixes #3388

@isaacs
Copy link
Author

isaacs commented Jun 13, 2012

Review, please.

@bnoordhuis @piscisaureus @indutny

@bnoordhuis
Copy link
Member

LGTM but I can't get it to apply against the current master (09be360).

@piscisaureus
Copy link

This landed in e733dc3.

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants