* src/io.c (do_write_close): Deleted function.
(close_fd): Set the flag write_buffer->closed directly, instead of calling FD_WRITE_CLOSE. (close_fd_nicely): Don't use FD_WRITE_CLOSE, instead, set the write_buffer->closed flag, and close the fd if the write_buffer is empty. Rev: src/io.c:1.153
Please register or sign in to comment