소스 검색

Add changes file for bug5263

Nick Mathewson 13 년 전
부모
커밋
9c58873059
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      changes/bug5263

+ 5 - 0
changes/bug5263

@@ -0,0 +1,5 @@
+  o Minor bugfixes:
+    - Disable writing on marked-for-close connections when they are
+      blocked on bandwidth, to prevent busy-looping in Libevent. Fixes
+      bug 5263; bugfix on 0.0.2pre13, where we first added a special
+      case for flushing marked connections.