mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
update conn-type-state-strings to handle https states for ORs
svn:r4018
This commit is contained in:
+4
-2
@@ -41,8 +41,10 @@ const char *conn_state_to_string[][_CONN_TYPE_MAX+1] = {
|
||||
{ "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 */
|
||||
|
||||
Reference in New Issue
Block a user