diff options
author | David Goulet <dgoulet@torproject.org> | 2022-06-23 10:55:56 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-06-23 10:55:56 -0400 |
commit | 331204e1005b6e14cb28388a852c489c0638e539 (patch) | |
tree | b5531287a58e85a00111a5891b69df460b951c4b /changes | |
parent | 4f1298e4189f8bda8ecf48cf7ff25445698d747a (diff) | |
download | tor-331204e1005b6e14cb28388a852c489c0638e539.tar.gz tor-331204e1005b6e14cb28388a852c489c0638e539.zip |
Revert "cmux: Don't pick a marked for close circuit as active"
This reverts commit 4f1298e4189f8bda8ecf48cf7ff25445698d747a.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket25312 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/changes/ticket25312 b/changes/ticket25312 deleted file mode 100644 index 5de1a48260..0000000000 --- a/changes/ticket25312 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor bugfixes (circuit): - - Fix a tiny window where a circuit can be chosen as active but is marked - for close. Fixes bug 25312; bugfix on 0.2.4.4-alpha. |