BUG: Revert "OPTIM/MEDIUM: epoll: fuse active events into polled ones during polling...
authorWilly Tarreau <w@1wt.eu>
Fri, 20 Dec 2013 15:03:41 +0000 (16:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 20 Dec 2013 15:03:41 +0000 (16:03 +0100)
commit3ef5af3dccd9efdaf3bcf1e20a0174a44a05eef7
tree3000fa936118555594b187e63b814a03a57590a9
parentff605db510fc7169cd2691912358e3fb7502689e
BUG: Revert "OPTIM/MEDIUM: epoll: fuse active events into polled ones during polling changes"

This reverts commit 2f877304ef180654d165bf4ba8c88c204fc09d36.

This commit is OK for clear text traffic but causes trouble with SSL
when buffers are smaller than SSL buffers. Since the issue it addresses
will be gone once the polling redesign is complete, there's no reason
for trying to workaround temporary inefficiencies. Better remove it.
src/ev_epoll.c