influxdb-java icon indicating copy to clipboard operation
influxdb-java copied to clipboard

Overriding Accept-Encoding header when gzip is disabled

Open eric-musliner opened this issue 6 years ago • 3 comments

  • When gzip is disabled, do not add Accept-Encoding gzip header to request. (Overrided with identity for Accept-Encoding)
  • In specific environments/deployments the addition of this encoding type causes issues

eric-musliner avatar Oct 01 '19 18:10 eric-musliner

Hi,

got your point, can you please add a test that ensures the correctness of the resulting header in this case, a additional entry in the CHANGELOG.md would also be nice.

majst01 avatar Oct 01 '19 19:10 majst01

Any updates here ?

majst01 avatar Jan 22 '20 08:01 majst01

Sorry, I haven't had the time to figure out to implement a test for this. It wasn't as straight forward as I initially thought. If you have any ideas on how to test this it would be appreciated.

eric-musliner avatar Jan 24 '20 17:01 eric-musliner