소스 검색

changes file for 9969

Nick Mathewson 10 년 전
부모
커밋
0b12143346
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      changes/ticket9969

+ 8 - 0
changes/ticket9969

@@ -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.