Sha256: d7ae2540ca0281f0bd422626337341365f25ef0ea564504a9acec09276dd956c

Contents?: true

Size: 308 Bytes

Versions: 135

Compression:

Stored size: 308 Bytes

Contents

use Rack::ContentLength
use Rack::ContentType, "text/plain"
run lambda { |env|

  # our File objects for stderr/stdout should always have #path
  # and be sync=true
  ok = $stderr.sync &&
       $stdout.sync &&
       String === $stderr.path &&
       String === $stdout.path

  [ 200, {}, [ "#{ok}\n" ] ]
}

Version data entries

135 entries across 135 versions & 12 rubygems

Version Path
unicorn-maintained-6.2.0 t/reopen-logs.ru
unicorn-6.1.0 t/t0006.ru
unicorn-6.0.0 t/t0006.ru
unicorn-5.8.0 t/t0006.ru
unicorn-5.7.0 t/t0006.ru
unicorn-5.6.0 t/t0006.ru
unicorn-5.5.5 t/t0006.ru
unicorn-5.5.4 t/t0006.ru
unicorn-5.5.3 t/t0006.ru
unicorn-5.5.2 t/t0006.ru
unicorn-5.5.1 t/t0006.ru
unicorn-5.5.0.1.g6836 t/t0006.ru
unicorn-5.5.0 t/t0006.ru
unicorn-5.5.0.pre1 t/t0006.ru
unicorn-5.4.1 t/t0006.ru
unicorn-5.4.0 t/t0006.ru
unicorn-5.3.1 t/t0006.ru
unicorn-shopify-5.3.0 t/t0006.ru
unicorn-5.3.0 t/t0006.ru
unicorn-5.3.0.pre1 t/t0006.ru