Twisted-based asynchronous Tor control protocol implementation. Includes unit-tests, examples, state-tracking code and configuration abstraction.
251
stars
72
forks
source link
twisted.web Agent created by txtorcon should accept other Agent options #377
Closed
itamarst closed 1 year ago
Tahoe-LAFS uses a custom context factory which it passes to
Agent()
, butweb_agent()
does not have a way to pass this in when it creates theAgent
.I will submit a PR.