Skip to content

Commit

Permalink
do not mention conditional on current version, it is too detailed at …
Browse files Browse the repository at this point in the history
…this point, if it is mentioned here, it should also have been mentioned on the HEAD? and GET... better leave it out
  • Loading branch information
François Kooman committed Nov 25, 2015
1 parent 4c13893 commit 39edee8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions draft-dejong-remotestorage-06.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,9 @@ Internet-Draft remoteStorage November 2015
and contents

* PUT a document: store a new version, its content type, and
contents, conditional on the current version
contents

* DELETE a document: remove it from the storage, conditional on
the current version
* DELETE a document: remove it from the storage

* HEAD a folder or document: like GET, but omitting the response
body
Expand Down

2 comments on commit 39edee8

@michielbdejong
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not so sure about this one. Sure, it's possible to do unconditional client-wins requests, but we want to discourage that as it will lead to data loss. In fact, I could imagine making conditionality of PUT and DELETE requests a requirement (IIRC, CouchDB does that).

r-

@michielbdejong
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Discussion continued in #135

Please sign in to comment.