about summary refs log tree commit homepage
path: root/t/async-response-no-autochunk.ru
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-21 03:24:06 +0000
committerEric Wong <normalperson@yhbt.net>2010-06-21 03:25:50 +0000
commit212f60d37fdfe684dbaed047391b4276a30d200b (patch)
tree2b309a16ff34e961528f2ded19af437e701dfdae /t/async-response-no-autochunk.ru
parent5470d0688ec610861241408790d22b583e211ac5 (diff)
downloadrainbows-212f60d37fdfe684dbaed047391b4276a30d200b.tar.gz
We only read from the IO pipe and never write to it
Diffstat (limited to 't/async-response-no-autochunk.ru')
-rw-r--r--t/async-response-no-autochunk.ru1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/async-response-no-autochunk.ru b/t/async-response-no-autochunk.ru
index 67c6403..1eda553 100644
--- a/t/async-response-no-autochunk.ru
+++ b/t/async-response-no-autochunk.ru
@@ -12,7 +12,6 @@ EOF
 run lambda { |env|
   env['rainbows.autochunk'] = false
   io = IO.popen(script, 'rb')
-  io.sync = true
   [
     200,
     {