Commit a913cb35 authored by Nick Mathewson's avatar Nick Mathewson 🦞
Browse files

prevent duplicat mark-for-close


svn:r5347
parent 9e82f0cd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -591,8 +591,9 @@ run_connection_housekeeping(int i, time_t now)
        buf_datalen(conn->inbuf)>=1024) {
      info(LD_DIR,"Trying to extract information from wedged server desc download.");
      connection_dir_reached_eof(conn);
    }
    } else {
      connection_mark_for_close(conn);
    }
    return;
  }