mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-01 08:48:01 +00:00
Upstream code should make sure this doesn't happen.
This commit is contained in:
parent
084499dd4b
commit
71cb357f45
@ -1239,6 +1239,7 @@ class HTTPNativeStorageServer(service.MultiService):
|
||||
if handler == "tcp":
|
||||
return None
|
||||
if handler == "tor":
|
||||
assert self._tor_provider is not None
|
||||
tor_instance = await self._tor_provider.get_tor_instance(self._reactor)
|
||||
|
||||
def agent_factory(reactor: object, tls_context_factory: IPolicyForHTTPS, pool: HTTPConnectionPool) -> IAgent:
|
||||
|
Loading…
x
Reference in New Issue
Block a user