about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-01-02 20:49:03 +0000
committerEric Wong <e@80x24.org>2019-01-02 20:49:03 +0000
commit8986ad5dfa44de1f92399dca1cc2598a973df409 (patch)
tree3b133989dce59a036c4074861349988cf69fbbf1
parent22af809d6929f90340eb8e6c96dd207a6fc93fb1 (diff)
downloadsleepy_penguin-8986ad5dfa44de1f92399dca1cc2598a973df409.tar.gz
There is no "trysplice" method, here.  Instead, we rely on the
F_NONBLOCK and "exception: false" keyword argument.
-rw-r--r--ext/sleepy_penguin/splice.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/sleepy_penguin/splice.c b/ext/sleepy_penguin/splice.c
index ab8c1ff..c9fe618 100644
--- a/ext/sleepy_penguin/splice.c
+++ b/ext/sleepy_penguin/splice.c
@@ -130,7 +130,6 @@ void sleepy_penguin_init_splice(void)
          * out of them.
          *
          * It is highly recommended this flag be set
-         * (or SleepyPenguin.trysplice used)
          * whenever splicing from a socket into a pipe unless there is
          * another (native) thread or process doing a blocking read on that
          * pipe.  Otherwise it is possible to block a single-threaded process