aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2014-12-11 15:46:02 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2014-12-11 15:46:02 -0400
commit57c54882f9c8b409ecbdb1e54fd39aa16a1151b7 (patch)
tree211225b56309ee99f17d56ba7f082a84e8651183
parentc4ff79b1a460a3526c6772ab754cb34e5f7f3dd2 (diff)
update
-rw-r--r--doc/design/external_special_remote_protocol.mdwn6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/design/external_special_remote_protocol.mdwn b/doc/design/external_special_remote_protocol.mdwn
index 76d25bf08..cc3bfce96 100644
--- a/doc/design/external_special_remote_protocol.mdwn
+++ b/doc/design/external_special_remote_protocol.mdwn
@@ -131,10 +131,8 @@ replying with `UNSUPPORTED-REQUEST` is acceptable.
If not, it can send `CLAIMURL-FAILURE`.
* `CHECKURL Url`
Asks the remote to check if the url's content can currently be downloaded
- (without downloading it). If the url is not accessible, send
- `CHECKURL-FAILURE`. If the url is accessible and the size is known,
- send the size in `CHECKURL-SIZE`. If the url is accessible, but the size
- is unknown, send `CHECKURL-SIZEUNKOWN`.
+ (without downloading it). The remote replies with one of `CHECKURL-FAILURE`,
+ `CHECKURL-CONTENTS`, or `CHECKURL-MULTI`.
More optional requests may be added, without changing the protocol version,
so if an unknown request is seen, reply with `UNSUPPORTED-REQUEST`.