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.
This commit is contained in:
Nick Mathewson
2011-08-24 17:30:20 -04:00
parent f186e16241
commit dfcd3d9ce0
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -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.