mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
557f332957
By calling circuit_n_chan_done() unconditionally on close, we were closing pending connections that might not have been pending quite for the connection we were closing. Fix for bug 9880. Thanks to skruffy for finding this and explaining it patiently until we understood.
9 lines
334 B
Plaintext
9 lines
334 B
Plaintext
o Minor bugfixes:
|
|
|
|
- When closing a channel that has already been open, do not close
|
|
pending circuits that were waiting to connect to the same relay.
|
|
Fixes bug 9880; bugfix on 0.2.5.1-alpha. Thanks to skruffy for
|
|
finding this bug. (Bug was merged to 0.2.4 branch but not released
|
|
in any 0.2.4 version)
|
|
|