about summary refs log tree commit homepage
path: root/t/t0010-keepalive-timeout-effective.sh
DateCommit message (Collapse)
2009-11-26Fiber*: cleanup scheduling, fix keepalive
Both FiberSpawn and FiberPool share similar main loops, the only difference being the handling of connection acceptance. So move the scheduler into it's own function for consistency. We'll also correctly implement keepalive timeout so clients get disconnected at the right time.