[glib-networking/mcatanzaro/tls-thread] Progress, remove obsolete comment



commit a7b9e0759884ec3bf1ace329cbe4de600378c27f
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Aug 13 09:11:19 2019 -0500

    Progress, remove obsolete comment

 tls/base/gtlsthread.c | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/tls/base/gtlsthread.c b/tls/base/gtlsthread.c
index affe203..c4fc1e0 100644
--- a/tls/base/gtlsthread.c
+++ b/tls/base/gtlsthread.c
@@ -522,9 +522,6 @@ process_op (GAsyncQueue         *queue,
             }
 
           /* Spurious wakeup. Try again later. */
-          /* FIXME: This could loop forever because the source could be blocked on our own op_waiting.
-           * Perhaps we need to use the base stream source directly here instead?
-           */
           op->result = G_TLS_CONNECTION_BASE_WOULD_BLOCK;
           goto wait;
         }


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