From 9467f5fc4f2b4e206ef17338635d820322d35552 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 6 Aug 2004 09:23:47 +0000 Subject: [PATCH] weasel suggests we compress the directory one day. he's right. svn:r2155 --- doc/TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/TODO b/doc/TODO index 59dc0946e5..d7d23c8ded 100644 --- a/doc/TODO +++ b/doc/TODO @@ -123,6 +123,10 @@ NICK - Reputation info needs to give better weight to recent events than - which means keeping track of which ones are "up" - if you don't need a trusted one, choose from the routerinfo list if you have one, else from the trusteddir list. + - compress the directory. client sends http header + "accept-transfer-encoding: gzip", server might send http header + "transfer-encoding: gzip". ta-da. + - grow a zlib dependency. keep a cached compressed directory. ongoing: