Skip to content

Feature Request: include missing pipe info in diagnostic report #38625

Closed
@mscdex

Description

@mscdex

Currently in node diagnostic reports TCP and UDP sockets include the local and remote endpoints (using uv_*_getsockname() and uv_*_getpeername() respectively), however pipes/UNIX sockets do not. I believe it should be possible to provide these same values for pipes/UNIX sockets using uv_pipe_getsockname() and uv_pipe_getpeername().

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestIssues that request new features to be added to Node.js.reportIssues and PRs related to process.report.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions