From 8fa912a8c5934971038e2813a0571a5a00d5fd20 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 20 Jun 2008 04:42:17 +0000 Subject: If we close our OR connection because there's been a circuit pending on it for too long, we were telling our bootstrap status events "REASON=NONE". Now tell them "REASON=TIMEOUT". svn:r15369 --- src/or/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/connection.c') diff --git a/src/or/connection.c b/src/or/connection.c index 690cc02774..002d10a03e 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -2288,7 +2288,7 @@ connection_handle_write(connection_t *conn, int force) return 0; } -/** Openssl TLS record size is 16383; this is close. The goal here is to +/** OpenSSL TLS record size is 16383; this is close. The goal here is to * push data out as soon as we know there's enough for a TLS record, so * during periods of high load we won't read entire megabytes from * input before pushing any data out. It also has the feature of not -- cgit v1.2.3-54-g00ecf