Remove an HS's last_hid_serv_requests entries when a conn. attempt ends

This commit is contained in:
Robert Ransom
2011-09-20 04:26:09 -07:00
parent bcfc383dc9
commit c5226bfe1c
2 changed files with 41 additions and 0 deletions
+11
View File
@@ -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.