mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
161b2750 didn't really retry the stream. this does.
This commit is contained in:
+2
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user