mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Merge branch 'tor-gitlab/mr/633'
This commit is contained in:
commit
a2ee39452a
3
changes/ticket40692
Normal file
3
changes/ticket40692
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
o Minor bugfixes (onion service client):
|
||||||
|
- A collapsing onion service circuit should be seen as an "unreachable"
|
||||||
|
error so it can be retried. Fixes bug 40692; bugfix on 0.3.5.1-alpha.
|
@ -1964,7 +1964,7 @@ void
|
|||||||
hs_client_circuit_cleanup_on_free(const circuit_t *circ)
|
hs_client_circuit_cleanup_on_free(const circuit_t *circ)
|
||||||
{
|
{
|
||||||
bool has_timed_out;
|
bool has_timed_out;
|
||||||
rend_intro_point_failure_t failure = INTRO_POINT_FAILURE_GENERIC;
|
rend_intro_point_failure_t failure = INTRO_POINT_FAILURE_UNREACHABLE;
|
||||||
const origin_circuit_t *orig_circ = NULL;
|
const origin_circuit_t *orig_circ = NULL;
|
||||||
|
|
||||||
tor_assert(circ);
|
tor_assert(circ);
|
||||||
|
Loading…
Reference in New Issue
Block a user