[or-cvs] update conn-type-state-strings to handle https states for ORs
Roger Dingledine
arma at seul.org
Wed Apr 6 04:55:19 UTC 2005
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 */
More information about the tor-commits
mailing list