Fix issue #148
read() in small chunks, as reading in big chunks from non-blocking fd fails on Mac OS X. Do os._exit() in "finally" section, to avoid raising an exception and thus executing unrelated code of the main process. Original patch by Vitaly Kruglikov.
Showing
Please register or sign in to comment