Merge branch 'maint-0.3.4' into release-0.3.4

This commit is contained in:
Nick Mathewson
2018-12-21 15:42:57 -05:00
2 changed files with 20 additions and 3 deletions
+6
View File
@@ -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".