[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] update conn-type-state-strings to handle https states for ORs
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] update conn-type-state-strings to handle https states for ORs
- From: arma@xxxxxxxx (Roger Dingledine)
- Date: Wed, 6 Apr 2005 00:55:19 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Wed, 06 Apr 2005 00:55:39 -0400
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Update of /home2/or/cvsroot/tor/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/or
Modified Files:
connection.c
Log Message:
update conn-type-state-strings to handle https states for ORs
Index: connection.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/connection.c,v
retrieving revision 1.353
retrieving revision 1.354
diff -u -d -r1.353 -r1.354
--- connection.c 6 Apr 2005 00:46:57 -0000 1.353
+++ connection.c 6 Apr 2005 04:55:17 -0000 1.354
@@ -41,8 +41,10 @@
{ "ready" }, /* or listener, 0 */
{ "", /* OR, 0 */
"connect()ing", /* 1 */
- "handshaking", /* 2 */
- "open" }, /* 3 */
+ "proxy flushing", /* 2 */
+ "proxy reading", /* 3 */
+ "handshaking", /* 4 */
+ "open" }, /* 5 */
{ "", /* exit, 0 */
"waiting for dest info", /* 1 */
"connecting", /* 2 */