Commit 6515b74f authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Note r14830 for backport, since we have confirmed that firefox does not...

Note r14830 for backport, since we have confirmed that firefox does not actually enable TLS compression.

svn:r17813
parent 8f211bad
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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?