File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -50,16 +50,7 @@ However this redundancy can be easily eliminated in the ``config`` file.
5050Locking
5151=======
5252
53- Locking model implemented in the module is subject to the following limitations:
54-
55- - Only single-token ``If `` headers are currently supported::
56-
57- If: (<urn:TOKEN>)
58- If: <TAG> (<urn:TOKEN>)
59-
60- The condition is not evaluated to make a request conditional.
61- It is only used to indicate the client's knowledge of the lock token.
62- See `RFC4918 If Header`_ for syntax details.
53+ Locking model implemented in the module is subject to the following limitation:
6354
6455- All currently held locks are kept in a list.
6556 Checking if an object is constrained by a lock requires O(n) operations.
You can’t perform that action at this time.
0 commit comments