Closed
Description
- Version: 6.10.0
- Platform: Windows
- Subsystem: net
According to the documentation server.address()
should return an object with port
, family
, and address
properties but if I call it on a HTTP server connected via windows pipe (on IIS Node on Windows Azure) I get a plain string telling the pipe name.
Is this just a documentation issue or should the return value for the pipe case adapted somehow (even port/familiy doesn't make that much sense for a pipe).