diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2011-09-17 03:23:26 -0700 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2011-10-02 12:49:35 -0700 |
commit | 34a6b8b7e588b6f10e6e87cf876ef6ada49f8b8a (patch) | |
tree | 200537b33bfeb739bc15e34f565405ae7bfc1655 /changes/bug1297b | |
parent | eaed37d14c6e1dc93a392f62ef2e501f75e4878a (diff) | |
download | tor-34a6b8b7e588b6f10e6e87cf876ef6ada49f8b8a.tar tor-34a6b8b7e588b6f10e6e87cf876ef6ada49f8b8a.tar.gz |
Clear the timed_out flag when an HS connection attempt ends
Diffstat (limited to 'changes/bug1297b')
-rw-r--r-- | changes/bug1297b | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug1297b b/changes/bug1297b new file mode 100644 index 000000000..6b0169d82 --- /dev/null +++ b/changes/bug1297b @@ -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. + |