about summary refs log tree commit homepage
path: root/t/t0102-rack-input-short.sh
DateCommit message (Collapse)
2010-12-08t/*.sh: indentation fixes
We use real tabs for indenting shell code since it is not Ruby.
2010-05-20tests: fix sha1sum usage
non-random_blob arguments weren't being taken into account correctly :x
2009-11-09tests: add executable permissions to t0102
2009-11-08rev_thread_spawn/revactor: fix TeeInput for short reads
Explicitly requested short reads may cause too much data to be returned, which would be bad and potentially break the application. We need to ensure proper IO#readpartial-like semantics in both of these models.