FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

src: reduce duplication in tcp_wrap Connect by danbev · Pull Request #23753 · nodejs/node · GitHub

/ node Public

src: reduce duplication in tcp_wrap Connect - #23753

Closed
danbev wants to merge 1 commit into
nodejs:masterfrom
danbev:tcp_wrap_connect
Closed

src: reduce duplication in tcp_wrap Connect#23753
danbev wants to merge 1 commit into
nodejs:masterfrom
danbev:tcp_wrap_connect

Conversation

danbev commented Oct 19, 2018

Copy link
Copy Markdown
Contributor

This commit extracts identical code from Connect and Connect6 into a
separate function to avoid some code duplication.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

This commit extracts identical code from Connect and Connect6 into a
separate function to avoid some code duplication.

Copy link
Copy Markdown
Collaborator

nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. net Issues and PRs related to the net subsystem. labels Oct 19, 2018

danbev commented Oct 19, 2018

Copy link
Copy Markdown
Contributor Author

Copy link
Copy Markdown
Member

mmarchini added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Oct 24, 2018

Copy link
Copy Markdown
Contributor

Landed in d568b53

mmarchini closed this Oct 24, 2018
mmarchini pushed a commit that referenced this pull request Oct 24, 2018
This commit extracts identical code from Connect and Connect6 into a
separate function to avoid some code duplication.

PR-URL: #23753
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Matheus Marchini <mat@mmarchini.me>
targos pushed a commit that referenced this pull request Oct 26, 2018
This commit extracts identical code from Connect and Connect6 into a
separate function to avoid some code duplication.

PR-URL: #23753
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Matheus Marchini <mat@mmarchini.me>

Copy link
Copy Markdown
Contributor

Lands cleanly on 10.x, opted to not backport to 8.x

MylesBorins pushed a commit that referenced this pull request Nov 26, 2018
This commit extracts identical code from Connect and Connect6 into a
separate function to avoid some code duplication.

PR-URL: #23753
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Matheus Marchini <mat@mmarchini.me>
codebytere mentioned this pull request Nov 27, 2018
rvagg pushed a commit that referenced this pull request Nov 28, 2018
This commit extracts identical code from Connect and Connect6 into a
separate function to avoid some code duplication.

PR-URL: #23753
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Matheus Marchini <mat@mmarchini.me>
MylesBorins pushed a commit that referenced this pull request Nov 29, 2018
This commit extracts identical code from Connect and Connect6 into a
separate function to avoid some code duplication.

PR-URL: #23753
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Matheus Marchini <mat@mmarchini.me>
codebytere mentioned this pull request Nov 29, 2018
danbev deleted the tcp_wrap_connect branch August 20, 2019 07:40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. net Issues and PRs related to the net subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL