Revert "lib,src: add unix socket getsockname/getpeername"
authorBen Noordhuis <info@bnoordhuis.nl>
Thu, 27 Aug 2015 20:47:15 +0000 (22:47 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 27 Aug 2015 22:14:13 +0000 (00:14 +0200)
commitde88255b0fb8c74e27cd5616f54d614b4e46b48d
treeac696bab827f3e431377bb0554f4be1a571408e0
parent6cd0e2664b1ce944e5e461457d160be83f70d379
Revert "lib,src: add unix socket getsockname/getpeername"

This reverts commit 6cd0e2664b1ce944e5e461457d160be83f70d379.
This reverts commit 7a999a13766ac68049812fedbdfd15a0250f0f07.
This reverts commit f337595441641ad36f6ab8ae770e56c1673ef692.

It turns out that on Windows, uv_pipe_getsockname() is a no-op for
client sockets.  It slipped through testing because of a CI snafu.

PR-URL: https://github.com/nodejs/node/pull/2584
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
doc/api/net.markdown
lib/net.js
src/pipe_wrap.cc
src/pipe_wrap.h
test/common.js
test/parallel/test-cluster-http-pipe.js
test/parallel/test-http-unix-socket.js
test/sequential/test-pipe-address.js