Closed pboothe closed 8 years ago
Change the loop that calls read() to error out when select() returns an error and errno is not EINTR.
I don't see bug with readn_raw, but it is more complex than it's write* counter parts. I'm also unclear why readn_ssl & readn_raw are implemented differently.
PTAL
LGTM.
Change the loop that calls read() to error out when select() returns an error and errno is not EINTR.