coolio+xepoll_thread*: use shutdown() for keepalive timeout
[rainbows.git] / t / t0000.ru
blobc2355da398896c813bbd327144ff482d7eb09c40
1 use Rack::ContentLength
2 use Rack::ContentType
3 run lambda { |env| [ 200, {}, [ env.inspect << "\n" ] ] }