Explorar o código

forward-port the bugfix from juliusz

svn:r9772
Roger Dingledine %!s(int64=18) %!d(string=hai) anos
pai
achega
b97dca4510
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/or/rendclient.c

+ 1 - 1
src/or/rendclient.c

@@ -468,7 +468,7 @@ rend_client_desc_here(const char *query)
     } else { /* 404, or fetch didn't get that far */
       log_notice(LD_REND,"Closing stream for '%s.onion': hidden service is "
                  "unavailable (try again later).", safe_str(query));
-      connection_mark_unattached_ap(conn, END_STREAM_REASON_TIMEOUT);
+      connection_mark_unattached_ap(conn, END_STREAM_REASON_RESOLVEFAILED);
     }
   }
 }