浏览代码

Add changes file for connection_mark_for_close()/connection_mark_and_flush() or_connection_t checking

Andrea Shepard 13 年之前
父节点
当前提交
fc1a9a13cf
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      changes/check_for_orconn_on_close

+ 4 - 0
changes/check_for_orconn_on_close

@@ -0,0 +1,4 @@
+  o Minor bugfixes:
+    - Check for closing an or_connection_t without going through correct
+      channel functions; emit a warning and then call
+      connection_or_close_for_error() so we don't assert as in 7212 and 7267.