mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
update conn-type-state-strings to handle https states for ORs
svn:r4018
This commit is contained in:
parent
3014b03b67
commit
5f0a84cbe2
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user