Skip to content

Commit

Permalink
docs: Update KNOWN_ISSUES for compression (#48)
Browse files Browse the repository at this point in the history
Generated SDK source code using:
- Generator version 3.16.0
- Specification version 0.0.29
- Automation (cloudant-sdks) version 15d56b5
  • Loading branch information
cloudant-sdks-automation authored Nov 12, 2020
1 parent 3a53dee commit e3ecd60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions KNOWN_ISSUES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!-- End common section -->

<!-- Template substitution for language specific content -->
Expand Down

0 comments on commit e3ecd60

Please sign in to comment.