lbry-sdk/lbrynet/reflector
Jack Robison 5fa2dfeca7 try reflecting all the blobs in a stream
previously only the sd blob was reflected, if the server indicated it
needed the blob then the rest of the stream would follow. this allowed
for many streams to be partially reflected, where for whatever reason
the connection was broken before the full upload was completed. this
meant that on a subsequent run, the client would falsely believe
reflector had the whole stream when it actually only had some portion
of it.

this solution isn’t ideal, I’m most of the way done with a better one,
but this can be deployed now.
2017-01-25 13:03:48 -05:00
..
client try reflecting all the blobs in a stream 2017-01-25 13:03:48 -05:00
server Remove commented code 2016-12-15 18:58:06 -06:00
__init__.py move reflector blob client to its own module 2016-11-14 19:33:36 -06:00
common.py move reflector blob client to its own module 2016-11-14 19:33:36 -06:00
reupload.py try reflecting all the blobs in a stream 2017-01-25 13:03:48 -05:00