On 01/17/2013 06:35 PM, Amos Jeffries wrote: >> Amos, do you remember what "partially open FD" in the following comment >> meant, exactly? Why cannot we just call comm_close() to cleanup? > > It means we have issued socket() and connect() OS calls. fd_table[] > state probably exists. But we are still waiting on either TCP response, > or the In-Progress event to run and the FD to be confirmed as open. > This is signalled by (temporaryFd_ >= 0).
Why cannot we just call comm_close() to cleanup Comm state? Alex.
