Skip to content

net: small code cleanup - #3943

Closed
jscissr wants to merge 1 commit into
nodejs:masterfrom
jscissr:patch-1
Closed

net: small code cleanup#3943
jscissr wants to merge 1 commit into
nodejs:masterfrom
jscissr:patch-1

Conversation

@jscissr

Copy link
Copy Markdown
Contributor

options is already a param of the function.

`options` is already a param of the function.
@cjihrig

Copy link
Copy Markdown
Contributor

LGTM. This is likely left over from when Server() used arguments.

@evanlucas

Copy link
Copy Markdown
Contributor

LGTM

1 similar comment
@targos

Copy link
Copy Markdown
Member

LGTM

@evanlucas

Copy link
Copy Markdown
Contributor

@MylesBorins

Copy link
Copy Markdown
Contributor

LGTM

@mscdexmscdex added the net Issues and PRs related to the net subsystem. label Nov 20, 2015
jasnell pushed a commit that referenced this pull request Nov 20, 2015
`options` is already a param of the function.
PR-URL: #3943
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@jasnell

Copy link
Copy Markdown
Member

Landed in 9472a0c

@jasnelljasnell closed this Nov 20, 2015
@jscissr
jscissr deleted the patch-1 branch November 21, 2015 00:34
rvagg pushed a commit that referenced this pull request Dec 5, 2015
`options` is already a param of the function.
PR-URL: #3943
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@rvaggrvagg mentioned this pull request Dec 17, 2015
MylesBorins pushed a commit that referenced this pull request Dec 29, 2015
`options` is already a param of the function.
PR-URL: #3943
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
MylesBorins pushed a commit that referenced this pull request Jan 19, 2016
`options` is already a param of the function.
PR-URL: #3943
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@MylesBorinsMylesBorins mentioned this pull request Jan 19, 2016
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

netIssues and PRs related to the net subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@jscissr@cjihrig@evanlucas@targos@MylesBorins@jasnell@mscdex