diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2011-09-20 04:26:09 -0700 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2011-10-02 16:19:36 -0700 |
commit | c5226bfe1c26d2cbcc789c1074d8d925e7c7fea1 (patch) | |
tree | 9c3398c84722c0b5c400376f6bc4c8662940b610 /changes | |
parent | bcfc383dc94ac90895880d5c9a740df7f163b41d (diff) | |
download | tor-c5226bfe1c26d2cbcc789c1074d8d925e7c7fea1.tar.gz tor-c5226bfe1c26d2cbcc789c1074d8d925e7c7fea1.zip |
Remove an HS's last_hid_serv_requests entries when a conn. attempt ends
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug3335 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/changes/bug3335 b/changes/bug3335 new file mode 100644 index 0000000000..7e1e898661 --- /dev/null +++ b/changes/bug3335 @@ -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. + |