Browse Source

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

svn:r2974
Roger Dingledine 20 years ago
parent
commit
7d55f3685e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/or/connection_edge.c

+ 1 - 0
src/or/connection_edge.c

@@ -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;