You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
I'm not sure if I understand the code correctly, but the VCDiffStreamingDecoderImpl class bails out early if the delta file it sees has secondary compression such as lzma enabled. This, however, is the default when the vcdiff file was made with xdelta3. Worse yet, I can't seem to disable the secondary compression using the xdelta command line tool.
I'm not sure if I understand the code correctly, but the
VCDiffStreamingDecoderImplclass bails out early if the delta file it sees has secondary compression such as lzma enabled. This, however, is the default when the vcdiff file was made withxdelta3. Worse yet, I can't seem to disable the secondary compression using thexdeltacommand line tool.Is that a known issue?