v3.1.0
tagdfd4b4a898acd1d069c2cd709a00f3d2033a3f40
object 0b07f9c8ac10219590beebb9038f92efd6c3ebaf
authorEric Wong <normalperson@yhbt.net>
Sun, 1 May 2011 21:17:18 +0000 (1 14:17 -0700)
io_splice 3.1.0 - IO::Splice.copy_stream improvement

IO::Splice.copy_stream no longer modifies the actual file offset
of the given source file (if it's a regular file).  This follows
IO.copy_stream and IO#sendfile semantics, allowing multiple
threads/processes to simultaneously stream a single regular file
descriptor to multiple sockets/pipes.