On Wed, Jun 20, 2012 at 7:37 AM, Lauri Kasanen <[email protected]> wrote: > On Wed, 20 Jun 2012 07:35:46 -0600 > Eduardo Silva <[email protected]> wrote: > >> so do you refer to: when close(some_fd); is invoked, then epoll >> triggers the event_close callback due to a hangup ? > > I'm not 100% sure where the event_close comes from (maybe client pressed > stop, etc etc), but the first event_close is valid. The false event_write > after that is not.
but be aware of the following, if your plugin request to close the connection on that same epoll loop a write event could be already en-queued, i am trying to reproduce the issue in the CGI context. > > - Lauri -- Eduardo Silva http://edsiper.linuxchile.cl http://www.monkey-project.com _______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
