Skip to content

tor-hsclient: Fix use of send_control_message

Ian Jackson requested to merge Diziet/arti:hs2 into main

Followup to !1228 (merged)

With this, it does receive a RENDEZVOUS_ESTABLISHED and hit this line as expected:

        Err(internal!("sending INTRODUCE1 is not yet implemented!").into()) // TODO HS

Merge request reports