]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for 9969
authorNick Mathewson <nickm@torproject.org>
Fri, 23 Jan 2015 15:02:49 +0000 (10:02 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 23 Jan 2015 15:02:49 +0000 (10:02 -0500)
changes/ticket9969 [new file with mode: 0644]

diff --git a/changes/ticket9969 b/changes/ticket9969
new file mode 100644 (file)
index 0000000..c208e26
--- /dev/null
@@ -0,0 +1,8 @@
+  o Minor features (directory client):
+    - When downloading server- or microdescriptors from a directory server,
+      we no longer launch multiple simultaneous requests to the same server.
+      This reduces load on the directory servers, especially when directory
+      guards are in use.  Closes ticket 9969.
+    - When downloading server- or microdescriptors over a tunneled
+      connection, do not limit the length of our request to what the Squid
+      proxy is willing to handle.  Part of ticket 9969.