Explorar o código

161b2750 didn't really retry the stream. this does.

Roger Dingledine %!s(int64=15) %!d(string=hai) anos
pai
achega
4c948ffd6c
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/or/relay.c

+ 2 - 1
src/or/relay.c

@@ -692,7 +692,8 @@ edge_reason_is_retriable(int reason)
          reason == END_STREAM_REASON_RESOURCELIMIT ||
          reason == END_STREAM_REASON_EXITPOLICY ||
          reason == END_STREAM_REASON_RESOLVEFAILED ||
-         reason == END_STREAM_REASON_MISC;
+         reason == END_STREAM_REASON_MISC ||
+         reason == END_STREAM_REASON_NOROUTE;
 }
 
 /** Called when we receive an END cell on a stream that isn't open yet,