cjihrig · GitHub

Merged

Merged

Conversation

@cjihrig cjihrig added semver-major

PRs that contain breaking changes and should be released in the next major version.

dgram

Issues and PRs related to the dgram subsystem / UDP.

labels

Mar 28, 2016
Prior to  c9fd9e2 , UDP sockets
would callback with a null error on successful send() calls. The
current behavior is to pass 0 as the error. This commit restores
the previous, more expected behavior.
PR-URL: nodejs#5929
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>

@cjihrig

@cjihrig

@cjihrig

Labels

dgram

Issues and PRs related to the dgram subsystem / UDP.

semver-major

PRs that contain breaking changes and should be released in the next major version.

Read the original on github.com ↗