From ca50fb4f81a1f48c82d75825687085cda4627424 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 19 Mar 2013 16:35:40 -0400 Subject: Don't assert when writing a cell to a CLOSING connection. Instead, drop the cell. Fixes another case of bug 7350; bugfix on 0.2.4.4-alpha --- changes/bug7350 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/bug7350 (limited to 'changes') diff --git a/changes/bug7350 b/changes/bug7350 new file mode 100644 index 0000000000..b0ee9d0919 --- /dev/null +++ b/changes/bug7350 @@ -0,0 +1,4 @@ + o Major bugfixes: + - Avoid an assertion when we discover that we'd like to write a cell + onto a closing connection: just discard the cell. Fixes another + case of bug 7350; bugfix on 0.2.4.4-alpha. -- cgit v1.2.3-54-g00ecf