avoid padding in clientPut
Instead truncate when necessary to indicate invalid content was sent. Very similar to how serveGet handles it.
This commit is contained in:
parent
726c815a7f
commit
efa0efdc44
2 changed files with 31 additions and 22 deletions
|
@ -32,6 +32,8 @@ Planned schedule of work:
|
|||
That should not be necessary, they should always be able to truncate the
|
||||
data.
|
||||
|
||||
* clientPut needs to seek to the requested offset in the file.
|
||||
|
||||
* Implement: servePutOffset, serveLockContent
|
||||
|
||||
* A Locker should expire the lock on its own after 10 minutes initially.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue