diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-03-15 08:52:50 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-03-15 08:52:50 -0400 |
commit | 94523bffdc3c06a9645d8e1d81fd9e3b6b3a0551 (patch) | |
tree | c8ed60faf1477e5bae6b43a02602ae08ccdc0199 /changes | |
parent | feb7253df316ee1ec9c2ec3e33aac312da4d1f02 (diff) | |
parent | a3bc950e4201fe49e7a0996753a4af83d822828b (diff) | |
download | tor-94523bffdc3c06a9645d8e1d81fd9e3b6b3a0551.tar.gz tor-94523bffdc3c06a9645d8e1d81fd9e3b6b3a0551.zip |
Merge remote-tracking branch 'tor-github/pr/791' into maint-0.4.0
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug29665 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug29665 b/changes/bug29665 new file mode 100644 index 0000000000..d89046faf5 --- /dev/null +++ b/changes/bug29665 @@ -0,0 +1,7 @@ + o Minor bugfixes (single onion services): + - Allow connections to single onion services to remain idle without + being disconnected. Relays acting as rendezvous points for + single onion services were mistakenly closing idle established + rendezvous circuits after 60 seconds, thinking that they are unused + directory-fetching circuits that had served their purpose. Fixes + bug 29665; bugfix on 0.2.1.26. |