Skip to content

tor-proto: Remove unnecessary param in handshake handler.

gabi-250 requested to merge gabi-250/arti:remove-reactor-param into main

The Reactor argument is never used, so we can just remove it from the trait.

Removing this arg also simplifies #1838 for me (I am moving some code around, and the calls to handle_sever_aux_data no longer have access to the Reactor).

Merge request reports

Loading