
noreply at github
Feb 9, 2012, 11:18 AM
Post #1 of 1
(230 views)
Permalink
|
|
[cherokee/webserver] 00c232: Remove unnecessary epoll code when EPOLL_CTL_DEL i...
|
|
Branch: refs/heads/dev Home: https://github.com/cherokee/webserver Commit: 00c232ab2eaa64c92649493990cb2e2f5b24da24 https://github.com/cherokee/webserver/commit/00c232ab2eaa64c92649493990cb2e2f5b24da24 Author: Ross Lagerwall <rosslagerwall [at] gmail> Date: 2012-02-09 (Thu, 09 Feb 2012) Changed paths: M cherokee/fdpoll-epoll.c Log Message: ----------- Remove unnecessary epoll code when EPOLL_CTL_DEL is used. When EPOLL_CTL_DEL is used, the epoll_event is ignored and so it does not need to be initialized. Commit: 02fd55f4fee4df17d295ff3e5c06a27815978ae8 https://github.com/cherokee/webserver/commit/02fd55f4fee4df17d295ff3e5c06a27815978ae8 Author: Alvaro Lopez Ortega <alvaro [at] alobbs> Date: 2012-02-09 (Thu, 09 Feb 2012) Changed paths: M cherokee/fdpoll-epoll.c Log Message: ----------- Merge pull request #18 from rosslagerwall/dead-code Removes some unnecessary initializations when using EPOLL_CTL_DEL. Compare: https://github.com/cherokee/webserver/compare/9a8b349...02fd55f _______________________________________________ Cherokee-commits mailing list Cherokee-commits [at] lists http://lists.octality.com/listinfo/cherokee-commits
|