Clear the timed_out flag when an HS connection attempt ends

This commit is contained in:
Robert Ransom
2011-09-17 03:23:26 -07:00
parent eaed37d14c
commit 34a6b8b7e5
5 changed files with 52 additions and 0 deletions
+8
View File
@@ -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.