about summary refs log tree commit homepage
path: root/t/sha1.ru
DateCommit message (Collapse)
2009-11-09rev_thread_spawn: 16K chunked reads work better
When reading 4K chunks, performance is dismal under 1.8
2009-11-07tests: sha1.ru now handles empty bodies
env['rack.input']read(length) may return nil zero-sized inputs
2009-10-05test for Revactor::TeeInput
We'll be able to use the SHA1 test in other places, too.