Merge branch 'main' into next

This commit is contained in:
Alex Auvolat
2023-06-13 17:02:42 +02:00
35 changed files with 3038 additions and 2545 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ impl RangeSeenMarker {
let bytes = nonversioned_encode(&self)?;
let bytes = zstd::stream::encode_all(&mut &bytes[..], zstd::DEFAULT_COMPRESSION_LEVEL)?;
Ok(BASE64_STANDARD.encode(&bytes))
Ok(BASE64_STANDARD.encode(bytes))
}
/// Decode from msgpack+zstd+b64 representation, returns None on error.