laudrup / lz4_stream

A C++ stream using LZ4 (de)compression
BSD 3-Clause "New" or "Revised" License
38 stars 13 forks source link

Fix EOF on inputstream #1

Closed ilyail3 closed 5 years ago

kervel commented 5 years ago

Thumbs up for this pull request.. i spent quite some time debugging lz4_stream before i found this pull request and the fix works for me. Thanks!

Frank

laudrup commented 5 years ago

@kervel

I'm sorry I've completely forgotten to look into this for such a long time.

Do you think you could provide some example data where this fails?

This will make it a lot easier for me to fix.

Thanks a lot.

laudrup commented 5 years ago

@kervel OK. I see the problem and have found a way to reproduce it.

Will look into to it.

laudrup commented 5 years ago

77faf81b2e2bb1f22197274d8283ae0b99e3b1fe should hopefully be the correct fix for this. Closing this PR umerged. Please let me know if any of you are still experiencing issues after this update.

Thanks a lot.