From 8986ad5dfa44de1f92399dca1cc2598a973df409 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 2 Jan 2019 20:49:03 +0000 Subject: splice.c: remove reference to non-existent function There is no "trysplice" method, here. Instead, we rely on the F_NONBLOCK and "exception: false" keyword argument. --- ext/sleepy_penguin/splice.c | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3-24-ge0c7