summaryrefslogtreecommitdiff
path: root/changes/bug4299
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug4299')
-rw-r--r--changes/bug42995
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug4299 b/changes/bug4299
new file mode 100644
index 0000000000..c43d81460a
--- /dev/null
+++ b/changes/bug4299
@@ -0,0 +1,5 @@
+ o Major bugfix:
+ - Do not process cells on a marked-for-close connection. We previously
+ avoided this by not calling read handlers on marked connections, but
+ that's not adequate for the case when cells are very small. Fixes
+ bug 4299; bugfix on 0.2.0.20-rc which first made small cells possible.