make tor-resolve work, uh, more. this time for sure!

svn:r2974
This commit is contained in:
Roger Dingledine 2004-11-24 06:16:36 +00:00
parent cca469ec58
commit 7d55f3685e

View file

@ -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_CIRCUIT_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.",
conn_state_to_string[conn->type][conn->state]);
return 0;