From 4f558c44132dd3e9183ea2e8c4a16abb9e22fbf0 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 22 Aug 2023 18:35:50 +0100 Subject: [PATCH] tor-hsservice: Add a TODO for breaking up the big function As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1523#note_2934367 --- crates/tor-hsservice/src/ipt_mgr.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/tor-hsservice/src/ipt_mgr.rs b/crates/tor-hsservice/src/ipt_mgr.rs index 3171c2e12..d956671dd 100644 --- a/crates/tor-hsservice/src/ipt_mgr.rs +++ b/crates/tor-hsservice/src/ipt_mgr.rs @@ -587,6 +587,8 @@ impl> IptManager { } } + // TODO HSS break this function into two, here + //---------- tell the publisher what to announce ---------- let very_recently: Option = (|| {