formatting
This commit is contained in:
parent
95d1d29724
commit
dc7aec77a4
1 changed files with 6 additions and 6 deletions
|
@ -778,12 +778,12 @@ reupload would overwrite the bad content.
|
||||||
>
|
>
|
||||||
> The P2P protocol could be extended by letting ALREADY-STORED be
|
> The P2P protocol could be extended by letting ALREADY-STORED be
|
||||||
> sent by the client instead of DATA:
|
> sent by the client instead of DATA:
|
||||||
>
|
|
||||||
> PUT associatedfile key
|
PUT associatedfile key
|
||||||
> PUT-FROM 0
|
PUT-FROM 0
|
||||||
> ALREADY-STORED
|
ALREADY-STORED
|
||||||
> SUCCESS
|
SUCCESS
|
||||||
>
|
|
||||||
> That lets the server send ALREADY-HAVE instead of PUT-FROM, preventing
|
> That lets the server send ALREADY-HAVE instead of PUT-FROM, preventing
|
||||||
> the client from uploading content that is already present. And it can
|
> the client from uploading content that is already present. And it can
|
||||||
> send SUCCESS-PLUS at the end as well, or FAILURE if the checkpresent
|
> send SUCCESS-PLUS at the end as well, or FAILURE if the checkpresent
|
||||||
|
|
Loading…
Reference in a new issue