aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket28912
diff options
context:
space:
mode:
Diffstat (limited to 'changes/ticket28912')
-rw-r--r--changes/ticket289126
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket28912 b/changes/ticket28912
new file mode 100644
index 0000000000..4119b778bc
--- /dev/null
+++ b/changes/ticket28912
@@ -0,0 +1,6 @@
+ o Major bugfixes (relay, directory):
+ - A connection serving directory information wouldn't get reactivated after
+ the first chunk of data was sent (usually 32KB). Tor now always activate
+ the main loop event that goes through these connections as long as at
+ least one connection is still active. Fixes bug 28912; bugfix on
+ 0.3.4.1-alpha. Patch by "cypherpunks3".