-
-
Notifications
You must be signed in to change notification settings - Fork 808
Fix for raw inflate with directory #156
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
Conversation
|
LGTM. See minor comments about tests. Since this part of code is touched, it would be nice to clean related things. But if you a busy, i can merge as is and do the rest myself. Let me know. |
|
In susequent commits I have removed the |
|
@puzrin ping? |
|
Thank you, I appreciate your good work! |
|
Published new release with your fixes. Thanks for your help! |
Fixes #155
inflateSetDictionary()is called at different conditions during normal and raw modes, according to http://zlib.net/manual.html#AdvancedAlso providing basic tests for raw inflate with directory, and fix for broken test Inflate with dictionary/spdy dictionary