mirror of https://github.com/lukechilds/node.git
Browse Source
The old error handling code checked if the return value of Socket::Send() != 0, which is wrong because Socket::Send() can write less bytes than requested or return -1 on error.v0.9.1-release
Ben Noordhuis
13 years ago
committed by
isaacs
1 changed files with 13 additions and 13 deletions
Loading…
Reference in new issue