coolio+xepoll_thread*: use shutdown() for keepalive timeout
[rainbows.git] / t / t0022-copy_stream-byte-range.sh
blobf8494d12852aa290f70ea6d17e53879d7f399389
1 #!/bin/sh
2 . ./test-lib.sh
3 test -r random_blob || die "random_blob required, run with 'make $0'"
4 check_copy_stream
6 t_plan 13 "IO.copy_stream byte range response for $model"
8 t_begin "setup and startup" && {
9 rtmpfiles out err
10 rainbows_setup $model
11 # can't load Rack::Lint here since it clobbers body#to_path
12 rainbows -E none -D large-file-response.ru -c $unicorn_config
13 rainbows_wait_start
16 . ./byte-range-common.sh