Sha256: 487cbffdaf5933410b25ad9fe1d78c776815c690ee6809815dedae911a3f51bc

Contents?: true

Size: 242 Bytes

Versions: 24

Compression:

Stored size: 242 Bytes

Contents

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

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
rainbows-5.2.1 t/simple-http_XEpollThreadSpawn.ru
rainbows-5.2.0 t/simple-http_XEpollThreadSpawn.ru
rainbows-5.1.1 t/simple-http_XEpollThreadSpawn.ru
rainbows-5.1.0 t/simple-http_XEpollThreadSpawn.ru
rainbows-5.0.0.5.ge717 t/simple-http_XEpollThreadSpawn.ru
rainbows-5.0.0 t/simple-http_XEpollThreadSpawn.ru
rainbows-4.7.0 t/simple-http_XEpollThreadSpawn.ru
rainbows-4.6.2 t/simple-http_XEpollThreadSpawn.ru
rainbows-4.6.1 t/simple-http_XEpollThreadSpawn.ru
rainbows-4.6.0.4.g4108 t/simple-http_XEpollThreadSpawn.ru
rainbows-4.6.0 t/simple-http_XEpollThreadSpawn.ru
rainbows-4.5.0 t/simple-http_XEpollThreadSpawn.ru
rainbows-4.4.3 t/simple-http_XEpollThreadSpawn.ru
rainbows-4.4.2 t/simple-http_XEpollThreadSpawn.ru
rainbows-4.4.1.1.gd5c8c t/simple-http_XEpollThreadSpawn.ru
rainbows-4.4.1 t/simple-http_XEpollThreadSpawn.ru
rainbows-4.4.0 t/simple-http_XEpollThreadSpawn.ru
rainbows-4.3.1 t/simple-http_XEpollThreadSpawn.ru
rainbows-4.3.0 t/simple-http_XEpollThreadSpawn.ru
rainbows-4.2.0 t/simple-http_XEpollThreadSpawn.ru