Skip to content

Add query for only existing checksums

Petr Vokac requested to merge vokac/dmlite:checksum-no-recalc into develop

This allows user to query checksum without triggering checksum calculation. This might be useful in case user asks using Want-Digest header for multiple checksums (e.g. "Want-Digest: adler32;md5;crc32"), because could trigger calculation of multiple checksum at same time. Fortunately there is a bug in code parsing Want-Digest header which currently prevent such behavior and requests for multiple checksum types are effectively ignored.

Merge request reports

Loading