3 skip_models StreamResponseEpoll
4 test -r random_blob || die
"random_blob required, run with 'make $0'"
8 t_info
"skipping $T since it can't load the sendfile gem, yet"
13 skip_models EventMachine NeverBlock
15 t_plan
13 "sendfile byte range response for $model"
17 t_begin
"setup and startup" && {
20 echo 'require "sendfile"' >> $unicorn_config
21 echo 'def (::IO).copy_stream(*x); abort "NO"; end' >> $unicorn_config
23 # can't load Rack::Lint here since it clobbers body#to_path
24 rainbows
-E none
-D large-file-response.ru
-c $unicorn_config
28 . .
/byte-range-common.sh