expand doc for non-blocking splice into a pipe
commit1e4b4af9d8fa01b59b933fe94b405288f668a7fc
authorEric Wong <normalperson@yhbt.net>
Wed, 18 May 2011 00:12:48 +0000 (17 17:12 -0700)
committerEric Wong <normalperson@yhbt.net>
Wed, 18 May 2011 00:12:48 +0000 (17 17:12 -0700)
tree0372696b6ff67008f093298f18359d02f6342110
parent86508cdc09ef36d8c5ae708ef9e3e19a82844e98
expand doc for non-blocking splice into a pipe

We should warn our users to avoid a blocking splice() from a
socket into a pipe if the socket buffers are full unless there's
a blocking read/splice on the other end of the pipe.
ext/io_splice/io_splice_ext.c
lib/io/splice.rb