Skip to content

gzip: no write data is actually gzipped #521

@powersj

Description

@powersj

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions