src: extracting PipeConnectWrap and TCPConnectWrap to ConnectWrap by danbev · Pull Request #7501 · nodejs/node

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

Jun 30, 2016
This commit attempts to address one of the items in nodejs#4641 which is
related to src/pipe_wrap.cc and src/tcp_wrap.cc. Currently both
pipe_wrap.cc and tcp_wrap.cc contain a class that are almost
identical. This commit extracts these parts into a separate class
that both can share.

@danbev

@danbev

@danbev

@danbev

@danbev

@danbev

@danbev

@danbev

addaleax pushed a commit that referenced this pull request

Jul 28, 2016
This commit attempts to address one of the items in #4641 which is
related to src/pipe_wrap.cc and src/tcp_wrap.cc. Currently both
pipe_wrap.cc and tcp_wrap.cc contain a class that are almost
identical. This commit extracts these parts into a separate class
that both can share.

PR-URL: #7501
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Anna Henningsen <anna@addaleax.net>

@danbev danbev deleted the extract-pipe-and-tcp-connectwrap branch

July 28, 2016 16:25