about summary refs log tree commit homepage
path: root/t/fast-pipe-response.ru
diff options
context:
space:
mode:
Diffstat (limited to 't/fast-pipe-response.ru')
-rw-r--r--t/fast-pipe-response.ru2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/fast-pipe-response.ru b/t/fast-pipe-response.ru
index 01f4d59..77c8d71 100644
--- a/t/fast-pipe-response.ru
+++ b/t/fast-pipe-response.ru
@@ -1,10 +1,8 @@
 # must be run without Rack::Lint since that clobbers to_path
 use Rainbows::DevFdResponse
 run(lambda { |env|
-  env['rainbows.autochunk'] = false
   [ 200,
     {
-      'X-Rainbows-Autochunk' => 'no',
       'Content-Length' => ::File.stat('random_blob').size.to_s,
       'Content-Type' => 'application/octet-stream',
     },