add IO::Splice::WAITALL flag support
commit5e73ae9c477d0ba64f497f0517be20e65ba0c253
authorEric Wong <normalperson@yhbt.net>
Tue, 10 May 2011 00:57:10 +0000 (9 17:57 -0700)
committerEric Wong <normalperson@yhbt.net>
Tue, 10 May 2011 00:57:10 +0000 (9 17:57 -0700)
treee221f14c7db81a061ebeb205d25b51964a1199b3
parent40b985ed0a6d103f2bf123ff6c288e5617b76999
add IO::Splice::WAITALL flag support

This allows splice-in-full and tee-in-full behavior
to simplify user code.
ext/io_splice/io_splice_ext.c
test/test_io_splice_in_full.rb [new file with mode: 0644]