mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Clear stream-isolation state on rend circs if needed to attach streams
Fixes bug 4655; bugfix on 0.2.3.3-alpha.
This commit is contained in:
committed by
Nick Mathewson
parent
7b6b2d5fb8
commit
832bfc3c46
@@ -0,0 +1,10 @@
|
||||
o Minor bugfixes:
|
||||
|
||||
- If we can't attach streams to a rendezvous circuit when we
|
||||
finish connecting to a hidden service, clear the rendezvous
|
||||
circuit's stream-isolation state and try to attach streams
|
||||
again. Previously, we cleared rendezvous circuits' isolation
|
||||
state either too early (if they were freshly built) or not at
|
||||
all (if they had been built earlier and were cannibalized).
|
||||
Bugfix on 0.2.3.3-alpha; fixes bug 4655.
|
||||
|
||||
Reference in New Issue
Block a user