diff options
author | teor <teor2345@gmail.com> | 2016-11-09 11:22:08 +1100 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2016-11-09 11:23:51 +1100 |
commit | 0ec94588ab4e83dbc8d405dc780139cd3e596880 (patch) | |
tree | e71d820f34aa87079ad409296375c6d59e0afc32 /changes | |
parent | 5dca9487c422f06a056711591c3f8f4344fd075f (diff) | |
download | tor-0ec94588ab4e83dbc8d405dc780139cd3e596880.tar.gz tor-0ec94588ab4e83dbc8d405dc780139cd3e596880.zip |
Stop logging single onion and Tor2web long-term one-hop circuits
Single onion services and Tor2web deliberately create long-term one-hop
circuits to their intro and rend points, respectively.
These log messages are intended to diagnose issue 8387, which relates to
circuits hanging around forever for no reason.
Fixes bug 20613; bugfix on 0.2.9.1-alpha. Reported by "pastly".
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug20613 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug20613 b/changes/bug20613 new file mode 100644 index 0000000000..19bb61f4e0 --- /dev/null +++ b/changes/bug20613 @@ -0,0 +1,6 @@ + o Minor bugfixes (single onion services, Tor2web): + - Stop logging long-term one-hop circuits deliberately created by single + onion services and Tor2web. These log messages are intended to diagnose + issue 8387, which relates to circuits hanging around forever for no + reason. + Fixes bug 20613; bugfix on 0.2.9.1-alpha. Reported by "pastly". |