Skip to content

Fix payload partition in single-use request

Bernardo Cardoso requested to merge fix/single-partition into release

Single-use request partition of payloads larger than the first part was broken. A slice of the size of a full part was being created, resulting in a lot of zero bytes appended to the real data.

Merge request reports