summaryrefslogtreecommitdiff
path: root/changes/decouple-write-handle_write
diff options
context:
space:
mode:
Diffstat (limited to 'changes/decouple-write-handle_write')
-rw-r--r--changes/decouple-write-handle_write7
1 files changed, 0 insertions, 7 deletions
diff --git a/changes/decouple-write-handle_write b/changes/decouple-write-handle_write
deleted file mode 100644
index 4ef9b3fbad..0000000000
--- a/changes/decouple-write-handle_write
+++ /dev/null
@@ -1,7 +0,0 @@
- o Removed features:
- - Remove the code that would try to aggressively flush controller
- connections while writing to them. This code was introduced in
- 0.1.2.7-alpha, in order to keep output buffers from exceeding their
- limits. But there is no longer a maximum output buffer size, and
- flushing data in this way caused some undesirable recursions
- in our call graph. Closes ticket 16480.