Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chunked: fix deadlock by always consuming tar-split
always consume the tar-split data when present to avoid blocking the producer. Previously, the tar-split data was only read when the digest was specified. commit 6875c9f introduced the regression. Signed-off-by: Giuseppe Scrivano <[email protected]>
- Loading branch information