Skip to content

Commit 4e452c7

Browse files
committed
Update documentation
1 parent 0000c8a commit 4e452c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ Similarly, the `ldp:RDFSource` will contain a link header (`rel="describes"`) po
4949
All resources support instance digests as defined in <a href="https://tools.ietf.org/html/rfc3230">RFC 3230</a>.
5050
What this means is that the response can include a `Digest` header so that it is possible to ensure end-to-end
5151
data integrity. Requests that include the header: `Want-Digest: md5` or `Want-Digest: sha1` will include responses
52-
that contain a digest corresponding to the response body. The only exception to this are range requests: `Want-Digest`
53-
headers will be ignored when a content range is requested.
52+
that contain a digest corresponding to the on-disk resource.
5453

5554
Only `md5` and `sha1` algorithms are supported; other algorithms will be ignored. It should be noted that, for large
5655
files, `Want-Digest` requests may perform considerably slower, as the digest will need to be computed before a

0 commit comments

Comments
 (0)