Fix a bug in replayWrite() - for some reason, it is occasionally
getting called with a length of 0. In this case, write() returning a 0 does not indicate an error.
Please register or sign in to comment
getting called with a length of 0. In this case, write() returning a 0 does not indicate an error.