summaryrefslogtreecommitdiff
path: root/src/or/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/connection.c')
-rw-r--r--src/or/connection.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/connection.c b/src/or/connection.c
index e4d913965b..d94fb0feb7 100644
--- a/src/or/connection.c
+++ b/src/or/connection.c
@@ -2000,8 +2000,10 @@ assert_connection_ok(connection_t *conn, time_t now)
tor_assert(!conn->cpath_layer);
tor_assert(!conn->package_window);
tor_assert(!conn->deliver_window);
+#if 0
tor_assert(!conn->done_sending);
tor_assert(!conn->done_receiving);
+#endif
} else {
/* XXX unchecked: package window, deliver window. */
}