diff options
author | David Goulet <dgoulet@torproject.org> | 2022-07-26 11:45:43 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-07-26 16:14:09 -0400 |
commit | ed74c5215862e1464e4f72b9c5995613ea00e9c8 (patch) | |
tree | e6d2d37682e18c4fa10f6536840931dd6c8be252 /changes | |
parent | da52d7206a4a8e4fa8b5e80b5ed73de50fbe8692 (diff) | |
download | tor-ed74c5215862e1464e4f72b9c5995613ea00e9c8.tar.gz tor-ed74c5215862e1464e4f72b9c5995613ea00e9c8.zip |
cmux: Remove a log bug that is actually an acceptable race
Closes #40647
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40647 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket40647 b/changes/ticket40647 new file mode 100644 index 0000000000..ae20aae3f3 --- /dev/null +++ b/changes/ticket40647 @@ -0,0 +1,4 @@ + o Minor bugfixes (relay): + - Remove a "BUG" warning for an acceptable race between a circuit close + and considering that circuit active. Fixes bug 40647; bugfix on + 0.3.5.1-alpha. |