sleepy_penguin RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* [PATCH] splice.c: remove reference to non-existent function
@ 2019-01-02 20:50 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2019-01-02 20:50 UTC (permalink / raw)
  To: sleepy-penguin

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
-- 
EW


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-02 20:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-02 20:50 [PATCH] splice.c: remove reference to non-existent function Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/sleepy_penguin.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).