File follow-up ticket.

This commit is contained in:
Itamar Turner-Trauring 2023-03-08 14:17:25 -05:00
parent cf00c6918c
commit e9c3a227a1

View File

@ -1248,7 +1248,8 @@ class HTTPNativeStorageServer(service.MultiService):
)
# TODO Make sure LoopingCall waits for the above timeout for looping again:
#return self._connecting_deferred
# https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3981
#return self._connecting_deferred or maye await it
def stopService(self):
if self._connecting_deferred is not None: