mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
Expand.
This commit is contained in:
parent
c4d71a4636
commit
e8e3a3e663
@ -187,7 +187,8 @@ class HTTPServer(object):
|
||||
in_progress = self._uploads[storage_index]
|
||||
if in_progress.upload_key == upload_key:
|
||||
# Same session.
|
||||
# TODO add BucketWriters only for new shares
|
||||
# TODO add BucketWriters only for new shares that don't already have buckets; see the HTTP spec for details.
|
||||
# The backend code may already implement this logic.
|
||||
pass
|
||||
else:
|
||||
# TODO Fail, since the secret doesnt match.
|
||||
|
Loading…
Reference in New Issue
Block a user