bug11304 256 B

12345
  1. o Bugfixes:
  2. - If write_to_buf() in connection_write_to_buf_impl_() ever fails,
  3. check if it's an or_connection_t and correctly call
  4. connection_or_close_for_error() rather than connection_mark_for_close()
  5. directly. Fixes bug #11304.