about summary refs log tree commit homepage
path: root/t/t0107-rack-input-limit-zero.sh
DateCommit message (Collapse)
2011-06-09stream_response_epoll: our most "special" concurrency option yet
This doesn't use Rainbows::Base so we have no keepalive support at all. This could eventually be an option for streaming applications.
2011-02-04tests: replace several sed invocations with ed
ed can do in-place editing portably, unlike sed.
2011-01-27test for client_max_body_size being zero
Some users never, ever accept uploads, so we should test for it.