From: Roger Dingledine Date: Fri, 9 Mar 2007 08:48:53 +0000 (+0000) Subject: forward-port the bugfix from juliusz X-Git-Tag: tor-0.2.0.1-alpha~381 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b97dca4510565c3477570779ccb8ccb2bb382f15;p=thirdparty%2Ftor.git forward-port the bugfix from juliusz svn:r9772 --- diff --git a/src/or/rendclient.c b/src/or/rendclient.c index b1e9bb01b8..eedb38deaa 100644 --- a/src/or/rendclient.c +++ b/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); } } }