Skip to content

Commit

Permalink
Try WSAENOTCONN
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarfd committed May 31, 2021
1 parent 027ce7b commit fe477ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ exports.PROTOCOL = {
os.constants.errno.WSAENOTCONN,
os.constants.errno.WSAECONNREFUSED,
os.constants.errno.WSAECONNRESET,
os.constants.errno.WSAENOTCONN
];
}

Expand Down

0 comments on commit fe477ea

Please sign in to comment.