Skip to content
This repository was archived by the owner on May 4, 2018. It is now read-only.
This repository was archived by the owner on May 4, 2018. It is now read-only.

uv_getaddrinfo_cb status code documentation incorrect #754

@vtjnash

Description

@vtjnash

The status argument for uv_getaddrinfo_cb is stated to be 0 on success and -1 on error. In fact, the unix code for this function returns the result returned by the getaddrinfo call (typically a small positive integer)
https://github.com/joyent/libuv/blob/master/include/uv.h#L1265

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions