summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-02-21 05:51:09 +0000
committerRoger Dingledine <arma@torproject.org>2008-02-21 05:51:09 +0000
commit1812a22a60eca8614dccda990099a8e2efd388b6 (patch)
tree20b3acce4a871c8d959dc82620f03cbae0e5d8a7 /ChangeLog
parent888922940742576f7fcdec45dbc00dd054b8a114 (diff)
downloadtor-1812a22a60eca8614dccda990099a8e2efd388b6.tar.gz
tor-1812a22a60eca8614dccda990099a8e2efd388b6.zip
If we're trying to flush the last bytes on a connection (for
example, when answering a directory request), reset the time-to-give-up timeout every time we manage to write something on the socket. Bugfix on 0.1.2.x. svn:r13643
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a771ba0b0f..0a5fb97ea7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -61,6 +61,10 @@ Changes in version 0.2.0.20-?? - 2008-02-??
cached from other authorities. Bugfix on 0.2.0.x. Fixes bug 606.
- Recover from bad tracked-since value in MTBF-history file.
Should fix bug 537.
+ - If we're trying to flush the last bytes on a connection (for
+ example, when answering a directory request), reset the
+ time-to-give-up timeout every time we manage to write something
+ on the socket. Bugfix on 0.1.2.x.
o Code simplifications and refactoring:
- Remove the tor_strpartition function: its logic was confused,