summaryrefslogtreecommitdiff
path: root/changes/bug11304
blob: 2ea165f8723dbc71bad46aeec4c1ee7adb4261ef (plain)
1
2
3
4
5
  o Bugfixes:
    - If write_to_buf() in connection_write_to_buf_impl_() ever fails,
      check if it's an or_connection_t and correctly call
      connection_or_close_for_error() rather than connection_mark_for_close()
      directly.  Fixes bug #11304.