File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,7 @@ Similarly, the `ldp:RDFSource` will contain a link header (`rel="describes"`) po
49
49
All resources support instance digests as defined in <a href =" https://tools.ietf.org/html/rfc3230 " >RFC 3230</a >.
50
50
What this means is that the response can include a ` Digest ` header so that it is possible to ensure end-to-end
51
51
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.
54
53
55
54
Only ` md5 ` and ` sha1 ` algorithms are supported; other algorithms will be ignored. It should be noted that, for large
56
55
files, ` Want-Digest ` requests may perform considerably slower, as the digest will need to be computed before a
You can’t perform that action at this time.
0 commit comments