influxdb-java
influxdb-java copied to clipboard
Overriding Accept-Encoding header when gzip is disabled
- 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
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.
Any updates here ?
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.