diff options
author | Roger Dingledine <arma@torproject.org> | 2007-01-22 06:07:51 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-01-22 06:07:51 +0000 |
commit | ab838bddb89fa3f37eeada29e8c10d16873b5e86 (patch) | |
tree | 8c908e7cb155cbc1ae02886c3ab097f398aadeab /ChangeLog | |
parent | 7b5f9887fa3a8bf37d1968ab547edbdd6cba1f02 (diff) | |
download | tor-ab838bddb89fa3f37eeada29e8c10d16873b5e86.tar.gz tor-ab838bddb89fa3f37eeada29e8c10d16873b5e86.zip |
Flush local controller connection buffers periodically as we're
writing to them, so we avoid queueing 4+ megabytes of data before
trying to flush.
Also add a new XXX012.
svn:r9382
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -31,6 +31,9 @@ Changes in version 0.1.2.7-alpha - 2007-??-?? pointer loops. - Fix a memory leak when sending a 503 response for a networkstatus request. + - Flush local controller connection buffers periodically as we're + writing to them, so we avoid queueing 4+ megabytes of data before + trying to flush. o Minor bugfixes: - When computing clock skew from directory HTTP headers, consider what |