mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 23:53:32 +01:00
161b2750
didn't really retry the stream. this does.
This commit is contained in:
parent
b51f1a64e4
commit
4c948ffd6c
@ -692,7 +692,8 @@ edge_reason_is_retriable(int reason)
|
|||||||
reason == END_STREAM_REASON_RESOURCELIMIT ||
|
reason == END_STREAM_REASON_RESOURCELIMIT ||
|
||||||
reason == END_STREAM_REASON_EXITPOLICY ||
|
reason == END_STREAM_REASON_EXITPOLICY ||
|
||||||
reason == END_STREAM_REASON_RESOLVEFAILED ||
|
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,
|
/** Called when we receive an END cell on a stream that isn't open yet,
|
||||||
|
Loading…
Reference in New Issue
Block a user