aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-08-24 17:30:20 -0400
committerNick Mathewson <nickm@torproject.org>2011-08-24 17:31:37 -0400
commitdfcd3d9ce00dedcf00124c9329985c5522f286dc (patch)
tree2b8e5ef9064ad4340708f974d4c9ee2052201be3 /changes
parentf186e16241f7d6a0090260f87ce412a0fb7ec47a (diff)
downloadtor-dfcd3d9ce00dedcf00124c9329985c5522f286dc.tar
tor-dfcd3d9ce00dedcf00124c9329985c5522f286dc.tar.gz
Set write low-watermarks on all bufferevents.
If we don't do this, then we never invoke the bufferevent write callbacks until all the bufferevent's data is flushed.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug38055
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug3805 b/changes/bug3805
new file mode 100644
index 000000000..9d12b8146
--- /dev/null
+++ b/changes/bug3805
@@ -0,0 +1,5 @@
+ o Major bugfixes (bufferevents):
+ - Correctly notice when data has been written from a bufferevent
+ without flushing it completely. Bugfix on 0.2.3.1-alpha; fixes
+ bug 3805.
+