Skip to content

Conversation

@jscissr
Copy link
Contributor

Actually, backlog is even supported for the options variant; but I think this would be too confusing if documented, as the options.backlog property takes precedence.

@mscdexmscdex added doc Issues and PRs related to the documentations. net Issues and PRs related to the net subsystem. labels Nov 25, 2015
@jasnell
Copy link
Member

@bnoordhuis@indutny

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason you added this explanation here, but not for the other variation?

@cjihrig
Copy link
Contributor

LGTM with a question. Glad to get this documented.

@indutny
Copy link
Member

Does this work on windows, though?

@indutny
Copy link
Member

It does! LGTM

Actually, `backlog` is even supported for the `options` variant; but I think this would be too confusing if documented, as the `options.backlog` property takes precedence.
@jscissr
Copy link
ContributorAuthor

I now added the note for the second variant. I also moved the link into the link definitions.

cjihrig pushed a commit that referenced this pull request Dec 16, 2015
The backlog parameter is supported by all variations of net.Server.listen(), but wasn't consistently documented. This commit brings the documentation into a more consistent state. Refs: #4056 PR-URL: #4025 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Fedor Indutny <[email protected]>
@cjihrig
Copy link
Contributor

Thanks! Landed in 9e1b7aa.

@cjihrigcjihrig closed this Dec 16, 2015
cjihrig pushed a commit that referenced this pull request Dec 16, 2015
The backlog parameter is supported by all variations of net.Server.listen(), but wasn't consistently documented. This commit brings the documentation into a more consistent state. Refs: #4056 PR-URL: #4025 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Fedor Indutny <[email protected]>
@rvaggrvagg mentioned this pull request Dec 17, 2015
MylesBorins pushed a commit that referenced this pull request Dec 29, 2015
The backlog parameter is supported by all variations of net.Server.listen(), but wasn't consistently documented. This commit brings the documentation into a more consistent state. Refs: #4056 PR-URL: #4025 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Fedor Indutny <[email protected]>
MylesBorins pushed a commit that referenced this pull request Jan 19, 2016
The backlog parameter is supported by all variations of net.Server.listen(), but wasn't consistently documented. This commit brings the documentation into a more consistent state. Refs: #4056 PR-URL: #4025 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Fedor Indutny <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Jan 19, 2016
scovetta pushed a commit to scovetta/node that referenced this pull request Apr 2, 2016
The backlog parameter is supported by all variations of net.Server.listen(), but wasn't consistently documented. This commit brings the documentation into a more consistent state. Refs: nodejs#4056 PR-URL: nodejs#4025 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Fedor Indutny <[email protected]>
@jscissrjscissr deleted the patch-1 branch August 6, 2016 19:25
This was referenced Mar 22, 2022
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docIssues and PRs related to the documentations.netIssues and PRs related to the net subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@jscissr@jasnell@cjihrig@indutny@mscdex@MylesBorins