diff options
author | Roger Dingledine <arma@torproject.org> | 2004-10-14 09:40:57 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-10-14 09:40:57 +0000 |
commit | 30b5ceb6fb5969e284a9d36865e30e3fd2723970 (patch) | |
tree | 815f75cafa7632fa96fc3e1103988a760e20c1ab /ChangeLog | |
parent | cf9664151d90b7de6481a350cda769c2d5883b82 (diff) | |
download | tor-30b5ceb6fb5969e284a9d36865e30e3fd2723970.tar.gz tor-30b5ceb6fb5969e284a9d36865e30e3fd2723970.zip |
note the read() bugfix in the changelog
svn:r2510
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ pre3: - Fix the rest of the bug where a newly started OR would appear as unverified even after we've added his fingerprint and hupped the dirserver. + - Fix a bug from 0.0.7: when read() failed on a stream, we would + close it without sending back an end. So 'connection refused' + would simply be ignored and the user would get no response. o Bugfixes on 0.0.9pre2: - Serving the cached-on-disk directory to people is bad. We now |