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

This commit is contained in:
Roger Dingledine 2010-08-16 00:04:49 -04:00
parent b51f1a64e4
commit 4c948ffd6c

View File

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