From 7297de49e8b0506c93964be7f43d08f45f7ce4f8 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 24 Dec 2012 09:57:50 -0800 Subject: [PATCH] TODO: remove throttling item; done. Change-Id: I7ece4187f4d5e724f807ba9fe040a2c2760926e4 --- TODO | 6 ------ 1 file changed, 6 deletions(-) diff --git a/TODO b/TODO index 5a62b7985..3ce38ec91 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,3 @@ --- add dev-server flag and support in camlistore.org/pkg/webserver to - control latency & bandwidth, to simulate slow connections (phones, - etc). can just wrap the net.Listener interface and that we're - already giving to http.Server with one that returns wrapped slow - net.Conns with variable latency and such. no need to plumb through - flags or variables to pkg/webserver... can just use environ vars. -- Go 1: convert all the fuse code & camlistore.org/pkg/fs to use rsc/fuse (get cammount and webdav working again)