mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge remote-tracking branch 'rransom-tor/bug3335-v2'
Conflicts: src/or/connection_edge.c src/or/rendclient.c
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
o Minor bugfixes:
|
||||
|
||||
- When one of a hidden service's introduction points times out,
|
||||
consider trying it again during the next attempt to connect to
|
||||
the HS. Previously, we would not try it again unless a newly
|
||||
fetched descriptor contained it. Required by fixes for bugs
|
||||
1297 and 3825.
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
o Major bugfixes:
|
||||
|
||||
- When an attempt to connect to a hidden service ends, consider
|
||||
refetching its hidden service descriptors from each of the HSDir
|
||||
relays responsible for them immediately. Previously, we would
|
||||
not consider refetching the service's descriptors from each
|
||||
HSDir for 15 minutes after the last fetch; this behaviour was
|
||||
inconvenient if the hidden service was not running during the
|
||||
first attempt, for example. Bugfix on 0.2.0.18-alpha; fixes bug
|
||||
3335.
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
o Major bugfixes:
|
||||
|
||||
- When one of a hidden service's introduction points appears to be
|
||||
unreachable, stop trying it. Previously, we would keep trying
|
||||
to build circuits to the introduction point until we lost the
|
||||
descriptor, usually because the user gave up and restarted Tor.
|
||||
Partly fixes bug 3825.
|
||||
|
||||
Reference in New Issue
Block a user