From e3ecd604e6e957a39cfa567533f5a0b26f8fa3da Mon Sep 17 00:00:00 2001 From: cloudant-sdks-automation <71659186+cloudant-sdks-automation@users.noreply.github.com> Date: Thu, 12 Nov 2020 08:57:15 +0000 Subject: [PATCH] docs: Update KNOWN_ISSUES for compression (#48) Generated SDK source code using: - Generator version 3.16.0 - Specification version 0.0.29 - Automation (cloudant-sdks) version 15d56b5 --- KNOWN_ISSUES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/KNOWN_ISSUES.md b/KNOWN_ISSUES.md index 0da6eea7..5b200ce6 100644 --- a/KNOWN_ISSUES.md +++ b/KNOWN_ISSUES.md @@ -37,6 +37,11 @@ It should be noted that not all existing API options are applicable to _Cloudant and new API options added in _Cloudant on Transaction Engine_ are not yet available in the SDKs. Please consult the Cloudant documentation for further information. +### Compression + +* Manually setting an `Accept-Encoding` header on requests will disable the transparent gzip decompression of response bodies from the server. +* Manually setting a `Content-Encoding` header on requests will disable the transparent gzip compression of request bodies to the server. +