gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet-scheme] 309/324: mq-impl/stream: Remove resolved TODO.


From: gnunet
Subject: [gnunet-scheme] 309/324: mq-impl/stream: Remove resolved TODO.
Date: Tue, 21 Sep 2021 13:25:49 +0200

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit b491c6b10fc3cdfd33291d25d210296c9eec6b38
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Thu Sep 16 17:59:15 2021 +0200

    mq-impl/stream: Remove resolved TODO.
    
    * gnu/gnunet/mq-impl/stream.scm (handle-output!): Remove TODO about
      closing.
---
 gnu/gnunet/mq-impl/stream.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/gnunet/mq-impl/stream.scm b/gnu/gnunet/mq-impl/stream.scm
index 92715da..ee49274 100644
--- a/gnu/gnunet/mq-impl/stream.scm
+++ b/gnu/gnunet/mq-impl/stream.scm
@@ -171,8 +171,7 @@ returns.  This is detected with the @code{EPIPE} error, so 
don't block
 @code{SIGPIPE} signals.
 
 TODO: detect it has been closed even when not actually writing,
-with EPOLLERR -- needs fibers support.
-TODO: closing, destroying @var{mq}, @var{output}."
+with EPOLLERR -- needs fibers support."
       (define (one-by-one-proc ev)
        (write-envelope! output ev))
       (define send-round

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]