소스 검색

note the read() bugfix in the changelog

svn:r2510
Roger Dingledine 21 년 전
부모
커밋
30b5ceb6fb
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      ChangeLog

+ 3 - 0
ChangeLog

@@ -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