summaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-03-03 06:26:34 +0000
committerRoger Dingledine <arma@torproject.org>2004-03-03 06:26:34 +0000
commit3c71d09402ed58fab896f27ab7b668b547e8ab5e (patch)
tree9f65ab3a6aaaad5f6d2c9d0c2056e17ce34ce27a /src/or/main.c
parentf4e4dac80163625d0d1713ee8ff6c2d9f0c3d394 (diff)
downloadtor-3c71d09402ed58fab896f27ab7b668b547e8ab5e.tar.gz
tor-3c71d09402ed58fab896f27ab7b668b547e8ab5e.zip
use conn->hold_open_until_flushed for streams
and also note/fix a variety of other stream-based bugs svn:r1210
Diffstat (limited to 'src/or/main.c')
-rw-r--r--src/or/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c
index 04c1e99494..f69fb7e63d 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -352,7 +352,7 @@ static void run_scheduled_events(time_t now) {
connection_ap_expire_beginning();
- /* 2c. And expire connections that we've holding open for too long.
+ /* 2c. And expire connections that we've held open for too long.
*/
connection_expire_held_open();