support for Rack hijack in request and response
[unicorn.git] / t / pid.ru
blobf5fd31f1e02d00a8400943bc92f9b0d3d3bf3439
1 use Rack::ContentLength
2 use Rack::ContentType, "text/plain"
3 run lambda { |env| [ 200, {}, [ "#$$\n" ] ] }