about summary refs log tree commit homepage
path: root/test
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-10-26 02:51:42 +0000
committerEric Wong <normalperson@yhbt.net>2013-10-26 02:52:59 +0000
commita28819801024dd88e93e2255f7210a66ea864c3e (patch)
tree8d66128612d69a6b4f07c57627c8d8b18cfeabad /test
parent50b9493b07023a8d6502e620657fa209b6aa74ef (diff)
downloadyahns-a28819801024dd88e93e2255f7210a66ea864c3e.tar.gz
We may end up buffering on headers and hitting EMFILE/ENFILE this
way, too.  We need to figure out a way to recover from this.
Diffstat (limited to 'test')
-rw-r--r--test/test_client_expire.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_client_expire.rb b/test/test_client_expire.rb
index c85441a..bff00cb 100644
--- a/test/test_client_expire.rb
+++ b/test/test_client_expire.rb
@@ -88,6 +88,8 @@ class TestClientExpire < Testcase
         app(:rack, ru) do
           listen "#{host}:#{port}", sndbuf: 2048, rcvbuf: 2048
           client_timeout 1
+          # FIXME: wbuf creation does not recover from EMFILE/ENFILE
+          output_buffering false
           check_client_connection true
         end
         client_expire_threshold 1.0