src/Builder4/FakeServer.vala
authorAlan Knowles <alan@roojs.com>
Fri, 3 Apr 2015 14:44:09 +0000 (22:44 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 3 Apr 2015 14:44:09 +0000 (22:44 +0800)
src/Builder4/FakeServer.vala

index be60a06..402dcbb 100644 (file)
@@ -59,6 +59,7 @@ public class FakeServer : Object
                var stream = new MemoryInputStream.from_data (data,  GLib.free);
                
                // we could cache these memory streams... so no need to keep reading from disk...
+               // then what happens if file get's updated - neet to check the data against the cache..
                
                
                print("Sending %s (%s:%s)\n", request.get_path(), info.get_size().to_string(), info.get_content_type());