summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/or/connection_edge.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c
index 64ca374766..74de28c7d9 100644
--- a/src/or/connection_edge.c
+++ b/src/or/connection_edge.c
@@ -435,6 +435,7 @@ int connection_edge_finished_flushing(connection_t *conn) {
connection_edge_consider_sending_sendme(conn);
return 0;
case AP_CONN_STATE_SOCKS_WAIT:
+ case AP_CONN_STATE_CIRCUIT_WAIT:
connection_stop_writing(conn);
return 0;
default: