mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
a15eb9ff43
Fix an "off by 2" error in counting rendezvous failures on the onion service side. While we thought we would stop the rendezvous attempt after one failed circuit, we were actually making three circuit attempts before giving up. Fixes bug 24895; bugfix on 0.0.6.
7 lines
324 B
Plaintext
7 lines
324 B
Plaintext
o Major bugfixes (onion services):
|
|
- Fix an "off by 2" error in counting rendezvous failures on the
|
|
onion service side. While we thought we would stop the rendezvous
|
|
attempt after one failed circuit, we were actually making three
|
|
circuit attempts before giving up. Fixes bug 24895; bugfix on 0.0.6.
|
|
|