mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
whoops. inform circuits again when we failed to connect to their
first hop, so they don't have to time out. svn:r6225
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user