summaryrefslogtreecommitdiff
path: root/src/or/connection.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-02-28 04:44:48 +0000
committerRoger Dingledine <arma@torproject.org>2004-02-28 04:44:48 +0000
commite59f19ca034361560d0fa332eb291961c63c1cea (patch)
treede19576dad6abf40a99e527d6677f884881ad404 /src/or/connection.c
parentb4a7883c90716aed9362340e2905baf8d5c049c5 (diff)
downloadtor-e59f19ca034361560d0fa332eb291961c63c1cea.tar.gz
tor-e59f19ca034361560d0fa332eb291961c63c1cea.zip
some more small fixes
svn:r1152
Diffstat (limited to 'src/or/connection.c')
-rw-r--r--src/or/connection.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/connection.c b/src/or/connection.c
index b9b5546981..ed96ed482e 100644
--- a/src/or/connection.c
+++ b/src/or/connection.c
@@ -559,6 +559,7 @@ int connection_handle_write(connection_t *conn) {
connection_mark_for_close(conn, END_STREAM_REASON_MISC);
return -1;
}
+ /* conns in CONNECTING state will fall through... */
}
if(!connection_wants_to_flush(conn)) /* it's done flushing */