On Sun, Dec 16, 2012 at 9:45 AM, Lauri Kasanen <[email protected]> wrote: > Hi > > cgit is too fast for epoll, causing epoll to send a hangup event > even though there are still several kilobytes left to read. > > With this change, cgit can correctly send huge files on monkey. > > > - Lauri > > _______________________________________________ > Monkey mailing list > [email protected] > http://lists.monkey-project.com/listinfo/monkey > >
is this the case where epoll triggered a read event and then a hangup event but in the last read the code did not read all pending data ? -- Eduardo Silva http://edsiper.linuxchile.cl http://www.monkey-project.com
_______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
