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

[ISSUE#667] Java client Bug gzip&zlib compliance #909

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

zhenliemao
Copy link

Which Issue(s) This PR Fixes

Fixes #667

Brief Description

I has made compatibility processing for the ZLIB data format that may be passed into the GZIP decompression method, and added a new test case for ZLIB compression.

How Did You Test This Change?

I wrote a test case golang/pkg/utils/utils_test.go#TestZLIBDecoder and built two scenarios. First input non ZLIB format data and test exception handling; second input ZLIB format data to test whether the decompression is correct

This commit has made compatibility processing for the ZLIB data format that may be passed into the GZIP decompression method, and added a new test case for ZLIB compression.
This commit has made compatibility processing for the ZLIB data format that may be passed into the GZIP decompression method, and added a new test case for ZLIB compression.
This commit has made compatibility processing for the ZLIB data format that may be passed into the GZIP decompression method, and added a new test case for ZLIB compression.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant