Commit 9deac34
committed
restore: fix Zstandard frame handling
The snapdc tile is not conformant to the Zstandard spec.
Namely, Zstandard compressors are supposed to accept arbitrary
concatenation of frames and ignore skippable frames.
Fixes a bug where the snapshot loader aborted after the first
Zstandard frame.1 parent fa46220 commit 9deac34
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| 179 | + | |
| 180 | + | |
179 | 181 | | |
180 | 182 | | |
181 | 183 | | |
| |||
0 commit comments