diff options
author | Roger Dingledine <arma@torproject.org> | 2007-09-20 22:08:40 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-09-20 22:08:40 +0000 |
commit | 90d1345d904a64ca86027889be35fda183b6a73c (patch) | |
tree | 7ae3a7f0aa5814f3ded74acb47160ed05b9e46fc /ChangeLog | |
parent | 22041c19ee76bfd2197abac6f8d634d8cdff1d8f (diff) | |
download | tor-90d1345d904a64ca86027889be35fda183b6a73c.tar.gz tor-90d1345d904a64ca86027889be35fda183b6a73c.zip |
bugfix on r11110:
Fix a bug that made servers send a "404 Not found" in response to
attempts to fetch their server descriptor. This caused Tor servers
to take many minutes to establish reachability for their DirPort,
and it totally crippled bridges. Bugfix on 0.2.0.5-alpha.
svn:r11545
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -51,6 +51,10 @@ Changes in version 0.2.0.7-alpha - 2007-09-21 connections: they specify their chosen rendezvous point by identity digest rather than by (potentially ambiguous) nickname. These changes could speed up hidden service connections dramatically. + - Fix a bug that made servers send a "404 Not found" in response to + attempts to fetch their server descriptor. This caused Tor servers + to take many minutes to establish reachability for their DirPort, + and it totally crippled bridges. Bugfix on 0.2.0.5-alpha. o Minor bugfixes: - When generating information telling us how to extend to a given |