From: Eric Wong Date: Wed, 18 May 2011 00:15:49 +0000 (-0700) Subject: io_splice 4.1.1 - workaround socket -> pipe issues X-Git-Tag: v4.1.1^0 X-Git-Url: https://repo.or.cz/w/ruby_io_splice.git/commitdiff_plain/45436d6251b3310e3ac02f1590e473a2602762ac io_splice 4.1.1 - workaround socket -> pipe issues IO::Splice.copy_stream now uses SPLICE_F_NONBLOCK whenever the destination is a pipe. Our documentation is also updated to reflect the issue of splicing from sockets into pipes. ref: http://lkml.org/lkml/2009/1/13/478 --- diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 962cda3..6969b4b 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v4.1.0.GIT +DEF_VER=v4.1.1.GIT LF=' '