coolio+xepoll_thread*: use shutdown() for keepalive timeout
[rainbows.git] / t / env_rack_env.ru
blob7f12b296d47ec6943b5322fe028e67cf634edbe6
1 use Rack::ContentLength
2 run proc { |env|
3   [ 200, { "Content-Type" => "text/plain" }, [ ENV["RACK_ENV"] ] ]