mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-30 01:38:55 +00:00
Share: hush log entries in the main loop() after the fetch has been completed.
This commit is contained in:
parent
fd9a2205de
commit
ed821d1504
@ -185,6 +185,8 @@ class Share:
|
||||
return None, []
|
||||
|
||||
def loop(self):
|
||||
if not self._alive:
|
||||
return
|
||||
try:
|
||||
# if any exceptions occur here, kill the download
|
||||
log.msg("%s.loop, reqs=[%s], pending=%s, received=%s,"
|
||||
@ -238,8 +240,6 @@ class Share:
|
||||
# new segments added to self._requested_blocks
|
||||
# new data received from servers (responses to our read() calls)
|
||||
# impatience timer fires (server appears slow)
|
||||
if not self._alive:
|
||||
return
|
||||
|
||||
# First, consume all of the information that we currently have, for
|
||||
# all the segments people currently want.
|
||||
|
Loading…
Reference in New Issue
Block a user