This is an automated email from the git hooks/post-receive script.
dgoulet pushed a change to branch main in repository tor.
from 95f61cc84f Merge branch 'maint-0.4.7' new de0fda7a79 circ: Set proper timeout cutoff for HS circuits new 921268d4ce circ: Get rid of hs_circ_has_timed_out new 04cccd7074 hs: Retry service rendezvous on circuit close new 4ed67fe174 changes: Ticket 40694 new dd272b6ef4 Merge remote-tracking branch 'tor-gitlab/mr/638' new 88b5daf152 circ: Set proper timeout cutoff for HS circuits new 5b44a32c59 circ: Get rid of hs_circ_has_timed_out new 78c184d2fe hs: Retry service rendezvous on circuit close new 609a82a595 changes: Ticket 40694 new 8bf9c4be8d Merge branch 'maint-0.4.7'
The 10 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: changes/ticket40694 | 5 ++ src/core/or/circuituse.c | 108 ++++++++++++++-------------------------- src/core/or/origin_circuit_st.h | 24 --------- src/feature/hs/hs_circuit.c | 21 +------- src/feature/hs/hs_circuit.h | 2 +- src/feature/hs/hs_service.c | 3 ++ 6 files changed, 47 insertions(+), 116 deletions(-) create mode 100644 changes/ticket40694