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

Closed
wants to merge 3 commits into 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.
Copy link

github-actions bot commented Feb 8, 2025

This PR is stale because it has been open for 30 days with no activity. It will be closed in 3 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this PR.

@github-actions github-actions bot added the stale Pull request is stale label Feb 8, 2025
Copy link

This PR was closed because it has been inactive for 3 days since being marked as stale.

@github-actions github-actions bot closed this Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Pull request is stale
Projects
None yet
1 participant