Commit 6fb2b678 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

whoops. inform circuits again when we failed to connect to their

first hop, so they don't have to time out.


svn:r6225
parent 1db263ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -516,7 +516,7 @@ circuit_about_to_close_connection(connection_t *conn)
   */
  switch (conn->type) {
    case CONN_TYPE_OR: {
      if (connection_state_is_open(conn)) {
      if (!connection_state_is_open(conn)) {
        /* Inform any pending (not attached) circs that they should
         * give up. */
        circuit_n_conn_done(conn, 0);