diff options
author | Roger Dingledine <arma@torproject.org> | 2003-09-14 02:58:50 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-09-14 02:58:50 +0000 |
commit | e585dad88776719bd72faaa7225dbdec230c929a (patch) | |
tree | a95dffcb1840c6847c76ff27496f175c1bc50ec2 /src/or/connection.c | |
parent | 429fb381f89fe6991837898cb0cb2cf456137edc (diff) | |
download | tor-e585dad88776719bd72faaa7225dbdec230c929a.tar.gz tor-e585dad88776719bd72faaa7225dbdec230c929a.zip |
fix the cpuworker circ-had-vanished bug (maybe)
still several (many) tls-related bugs outstanding.
svn:r454
Diffstat (limited to 'src/or/connection.c')
-rw-r--r-- | src/or/connection.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/connection.c b/src/or/connection.c index 79ed270607..fe18c8baec 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -585,8 +585,8 @@ int connection_handle_write(connection_t *conn) { } /* else no problem, we're already reading */ return 0; - case TOR_TLS_DONE: - /* for TOR_TLS_DONE, fall through to check if the flushlen + /* case TOR_TLS_DONE: + * for TOR_TLS_DONE, fall through to check if the flushlen * is empty, so we can stop writing. */ } |