blob_completed before moving to next one
otherwise blob files download to the blobfiles directory, but they are never recorded in blobs.db
This commit is contained in:
parent
7a54894015
commit
5022ed2acc
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ class ReflectorServer(Protocol):
|
|||
else:
|
||||
self.incoming_blob = blob
|
||||
self.blob_finished_d, self.blob_write, self.cancel_write = blob.open_for_writing(self.peer)
|
||||
self.blob_finished_d.addCallback(lambda _ :self.blob_manager.blob_completed(blob))
|
||||
return {'send_blob': True}
|
||||
|
||||
def close_blob(self):
|
||||
|
|
Loading…
Reference in a new issue