Sha256: 1aff0c9d4473509bf0e711f2e3ed3051ea8ebe1016d6a96efcd58927017382c5

Contents?: true

Size: 239 Bytes

Versions: 44

Compression:

Stored size: 239 Bytes

Contents

use Rack::ContentLength
use Rack::ContentType
run lambda { |env|
  if env['rack.multithread'] == false &&
    env['rainbows.model'] == :RevFiberSpawn
    [ 200, {}, [ Thread.current.inspect << "\n" ] ]
  else
    raise env.inspect
  end
}

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
rainbows-4.1.0 t/simple-http_RevFiberSpawn.ru
rainbows-4.0.0 t/simple-http_RevFiberSpawn.ru
rainbows-3.4.0 t/simple-http_RevFiberSpawn.ru
rainbows-3.3.0 t/simple-http_RevFiberSpawn.ru
rainbows-3.2.0 t/simple-http_RevFiberSpawn.ru
rainbows-3.1.0 t/simple-http_RevFiberSpawn.ru
rainbows-3.0.0 t/simple-http_RevFiberSpawn.ru
rainbows-2.1.0 t/simple-http_RevFiberSpawn.ru
rainbows-2.0.1 t/simple-http_RevFiberSpawn.ru
rainbows-2.0.0 t/simple-http_RevFiberSpawn.ru
rainbows-1.0.0 t/simple-http_RevFiberSpawn.ru
rainbows-1.0.0pre1 t/simple-http_RevFiberSpawn.ru
rainbows-0.97.0 t/simple-http_RevFiberSpawn.ru
rainbows-0.96.0 t/simple-http_RevFiberSpawn.ru
rainbows-0.95.1 t/simple-http_RevFiberSpawn.ru
rainbows-0.95.0 t/simple-http_RevFiberSpawn.ru
rainbows-0.94.0 t/simple-http_RevFiberSpawn.ru
rainbows-0.93.0 t/simple-http_RevFiberSpawn.ru
rainbows-0.92.0 t/simple-http_RevFiberSpawn.ru
rainbows-0.91.1 t/simple-http_RevFiberSpawn.ru