Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to read xdelta3 files with secondary compression enabled? #74

Open
zonque opened this issue Jul 22, 2017 · 1 comment
Open

How to read xdelta3 files with secondary compression enabled? #74

zonque opened this issue Jul 22, 2017 · 1 comment

Comments

@zonque
Copy link

zonque commented Jul 22, 2017

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.

Is that a known issue?

@ehrmann
Copy link

ehrmann commented Feb 23, 2019

I maintain a Java port of this code and got a similar question. Those are xdelta3 extensions, but the flags -S -n -A disable them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants