diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-29 17:38:11 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-29 17:38:11 +0000 |
commit | 6515b74f0e3e3caf53c1ee3c09c6131e9b4b8393 (patch) | |
tree | f88e607bc5ee84c5fcc8d4abf7ff2f26ae9ae77f | |
parent | 8f211bad8b1593db16708992dc5f038083f8ba7b (diff) | |
download | tor-6515b74f0e3e3caf53c1ee3c09c6131e9b4b8393.tar.gz tor-6515b74f0e3e3caf53c1ee3c09c6131e9b4b8393.zip |
Note r14830 for backport, since we have confirmed that firefox does not actually enable TLS compression.
svn:r17813
-rw-r--r-- | doc/TODO.020 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/TODO.020 b/doc/TODO.020 index e4561fa9c5..da06a8f57b 100644 --- a/doc/TODO.020 +++ b/doc/TODO.020 @@ -27,3 +27,8 @@ Backport for 0.2.0 once better tested: stumble over. o r17566: FIx bug 691, wherein failure to run dns_init() would kill Tor dead. + +Backport for 0.2.0, maybe: + - r14830: Disable TLS compression. This saves RAM and CPU, and + makes our TLS compression harder to distinguish from + firefox's. Win/win/win, right? |