support for Rack hijack in request and response
[unicorn.git] / t / listener_names.ru
blobedb4e6a41c8aa07412b6a1e902af35ba50ac5478
1 use Rack::ContentLength
2 use Rack::ContentType, "text/plain"
3 names = Unicorn.listener_names.inspect # rely on preload_app=true
4 run(lambda { |_| [ 200, {}, [ names ] ] })