From dc7aec77a4b45951fc01eb042e3912342c164624 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 28 Oct 2024 13:49:58 -0400 Subject: [PATCH] formatting --- doc/design/passthrough_proxy.mdwn | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/design/passthrough_proxy.mdwn b/doc/design/passthrough_proxy.mdwn index ce90aa695c..7c57508136 100644 --- a/doc/design/passthrough_proxy.mdwn +++ b/doc/design/passthrough_proxy.mdwn @@ -778,12 +778,12 @@ reupload would overwrite the bad content. > > The P2P protocol could be extended by letting ALREADY-STORED be > sent by the client instead of DATA: -> -> PUT associatedfile key -> PUT-FROM 0 -> ALREADY-STORED -> SUCCESS -> + + PUT associatedfile key + PUT-FROM 0 + ALREADY-STORED + SUCCESS + > That lets the server send ALREADY-HAVE instead of PUT-FROM, preventing > 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