lua-socket-race-fix: race fix in coeio_custom.
Fix race between fiber_yield_timeout() and completed request during yield itself. In that case eio_poll will complete request and free its handle. eio_cancel try to cancel completed and freed request. Also, fix unpredictable result during timedout test.
Please register or sign in to comment