We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27219fe commit 425e853Copy full SHA for 425e853
1 file changed
KNOWN_ISSUES.md
@@ -37,6 +37,11 @@ It should be noted that not all existing API options are applicable to _Cloudant
37
and new API options added in _Cloudant on Transaction Engine_ are not yet available in the SDKs. Please
38
consult the Cloudant documentation for further information.
39
40
+### Compression
41
+
42
+* Manually setting an `Accept-Encoding` header on requests will disable the transparent gzip decompression of response bodies from the server.
43
+* Manually setting a `Content-Encoding` header on requests will disable the transparent gzip compression of request bodies to the server.
44
45
<!-- End common section -->
46
47
<!-- Template substitution for language specific content -->
0 commit comments