From 5e4f790847198e1267b2fbd5decfa09e5cc3d618 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 17 May 2011 17:38:12 -0700 Subject: doc: recommend io_splice 4.1.1 or later io_splice 4.1.1 works around issues with socket buffers filling up pipe buffers on blocking splice. See http://lkml.org/lkml/2009/1/13/478 for a better explanation. --- t/test_isolate.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/test_isolate.rb b/t/test_isolate.rb index fe2aebc..562f1b6 100644 --- a/t/test_isolate.rb +++ b/t/test_isolate.rb @@ -41,7 +41,7 @@ Isolate.now!(opts) do gem 'sleepy_penguin', '2.0.0' # is 2.6.32 new enough? - gem 'io_splice', '4.1.0' if `uname -r`.strip > '2.6.32' + gem 'io_splice', '4.1.1' if `uname -r`.strip > '2.6.32' end end -- cgit v1.2.3-24-ge0c7