mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 14:40:51 +01:00
make tor-resolve work, uh, more. this time for sure!
svn:r2974
This commit is contained in:
parent
cca469ec58
commit
7d55f3685e
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ int connection_edge_process_inbuf(connection_t *conn, int package_partial) {
|
||||||
case AP_CONN_STATE_RENDDESC_WAIT:
|
case AP_CONN_STATE_RENDDESC_WAIT:
|
||||||
case AP_CONN_STATE_CIRCUIT_WAIT:
|
case AP_CONN_STATE_CIRCUIT_WAIT:
|
||||||
case AP_CONN_STATE_CONNECT_WAIT:
|
case AP_CONN_STATE_CONNECT_WAIT:
|
||||||
|
case AP_CONN_STATE_RESOLVE_WAIT:
|
||||||
log_fn(LOG_INFO,"data from edge while in '%s' state. Leaving it on buffer.",
|
log_fn(LOG_INFO,"data from edge while in '%s' state. Leaving it on buffer.",
|
||||||
conn_state_to_string[conn->type][conn->state]);
|
conn_state_to_string[conn->type][conn->state]);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue