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

gzip: no write data is actually gzipped #521

Closed
powersj opened this issue Mar 21, 2023 · 0 comments · Fixed by #519
Closed

gzip: no write data is actually gzipped #521

powersj opened this issue Mar 21, 2023 · 0 comments · Fixed by #519
Milestone

Comments

@powersj
Copy link
Contributor

powersj commented Mar 21, 2023

Steps to reproduce:

Create client with gzip enabled

        InfluxDBClient influxDBClient = inConn.buildConnection(url, token, bucket, org)
                .enableGzip();

Expected behavior:
On send, the data is not actually gzip'ed and the content-encoding states identity

Actual behavior:
On send, the data is gzip'ed and the content-encoding states gzip

Specifications:

  • Client Version: latest
  • InfluxDB Version: any
  • JDK Version: any
  • Platform: any
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 a pull request may close this issue.

2 participants