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

Fix issue with SYNC_FLUSH support by zlib wrapper #291

Merged
merged 1 commit into from
Aug 16, 2016
Merged

Conversation

dkrot
Copy link
Contributor

@dkrot dkrot commented Aug 13, 2016

No description provided.

@@ -227,7 +227,7 @@ ZEXTERN int ZEXPORT z_deflate OF((z_streamp strm, int flush))

if (flush == Z_FULL_FLUSH) FINISH_WITH_ERR(strm, "Z_FULL_FLUSH is not supported!");

if (flush == Z_FINISH || flush == Z_FULL_FLUSH) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@inikep : what do you think about removal of Z_FULL_FLUSH here ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's fine. It doesn't change anything.

@Cyan4973 Cyan4973 merged commit 146eee1 into facebook:dev Aug 16, 2016
@Cyan4973
Copy link
Contributor

all good ! 👍

@Cyan4973 Cyan4973 mentioned this pull request Aug 17, 2016
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

Successfully merging this pull request may close these issues.

3 participants