[libsoup/cache] soup-cache: add a small TODO



commit a53a19d0ab9626ea150608525588b0c1e6e47b96
Author: Xan Lopez <xan gnome org>
Date:   Mon Jul 27 14:59:12 2009 +0300

    soup-cache: add a small TODO

 libsoup/soup-cache.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/libsoup/soup-cache.c b/libsoup/soup-cache.c
index 2072e9d..cad8d95 100644
--- a/libsoup/soup-cache.c
+++ b/libsoup/soup-cache.c
@@ -5,6 +5,14 @@
  * Copyright (C) 2009 Igalia S.L.
  */
 
+/* TODO:
+ * - Opening cache files for write is still sync.
+ * - Storage is hardcoded in the base class.
+ * - Need to persist the cache across sessions.
+ * - Need to hook the feature in the sync SoupSession.
+ * - No tests. (!)
+ */
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif



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