diff options
author | Roger Dingledine <arma@torproject.org> | 2004-02-28 04:44:48 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-02-28 04:44:48 +0000 |
commit | e59f19ca034361560d0fa332eb291961c63c1cea (patch) | |
tree | de19576dad6abf40a99e527d6677f884881ad404 /src/or/connection.c | |
parent | b4a7883c90716aed9362340e2905baf8d5c049c5 (diff) | |
download | tor-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.c | 1 |
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 */ |