[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



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 */