Description[NaCl SDK] Fix bug in TCPNode::Connect
Calling connect() would not fail if there was an error connecting. Instead it
would return 0 (success) and fail on the first read/write.
The fix is to check SocketNode::last_errno_ after the wait succeeds.
BUG=none
R=noelallen@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288480
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|