mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
069b278601
It is possible to not have the descriptor anymore by the time the rendezvous circuit opens. Don't BUG() on that. Instead, when sending the INTRODUCE1 cell, make sure the descriptor we have (or have just fetched) matches what we setup in the rendezvous circuit. If not, the circuit is closed and another one is opened for a retry. Fixes #40576 Signed-off-by: David Goulet <dgoulet@torproject.org>
6 lines
224 B
Plaintext
6 lines
224 B
Plaintext
o Minor bugfixes (onion service congestion control):
|
|
- Avoid a non fatal assert in case we can't setup congestion control on the
|
|
rendezvous circuit after opening. Fixes bug 40576; bugfix on
|
|
0.4.7.4-alpha.
|
|
|