Sha256: 5715c236a0435324c613d0abb4e0b1b010ccb45c60e7eb1679fca5711b5cb2ea

Contents?: true

Size: 289 Bytes

Versions: 34

Compression:

Stored size: 289 Bytes

Contents

# must be run without Rack::Lint since that clobbers to_path
use Rainbows::DevFdResponse
run(lambda { |env|
  [ 200,
    {
      'Content-Length' => ::File.stat('random_blob').size.to_s,
      'Content-Type' => 'application/octet-stream',
    },
    IO.popen('cat random_blob', 'rb') ]
})

Version data entries

34 entries across 34 versions & 1 rubygems

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