:zlib.safeInflate/2: How to trigger `:continue` case?

I’m looking for sample data that can cause :zlib.safeInflate/2 to respond with {:continue, data}. I’ve been unable to construct any such data as yet.

I’ve written code to handle that case, but I don’t know how to prove that it’s correct.

Suggestions welcome here or at https://github.com/elixir-git/xgit/issues/50.

Solved. See https://github.com/elixir-git/xgit/issues/50#issuecomment-522357816.

4 Likes