about summary refs log tree commit homepage
path: root/t/t0008-ensure-usable-after-limit.sh
DateCommit message (Collapse)
2009-11-11tests: more stringent tests for error handling
Make sure any aborted/broken clients don't screw up our connection accounting.
2009-11-09tests: ensure proper accounting of worker_connections
Counting worker connections is easy-to-forget when implementing new concurrency models and forgetting to do it means new clients cannot be accepted. Fortunately some concurrency models tend to do it for us.