meejah / txtorcon

Twisted-based asynchronous Tor control protocol implementation. Includes unit-tests, examples, state-tracking code and configuration abstraction.
http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/
MIT License
249 stars 72 forks source link

twisted.web Agent created by txtorcon should accept other Agent options #377

Closed itamarst closed 1 year ago

itamarst commented 1 year ago

Tahoe-LAFS uses a custom context factory which it passes to Agent(), but web_agent() does not have a way to pass this in when it creates the Agent.

I will submit a PR.