浏览代码

forward-port the bugfix from juliusz

svn:r9772
Roger Dingledine 18 年之前
父节点
当前提交
b97dca4510
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);
     }
   }
 }