auto_decompress is optional in server#5958
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5958 +/- ##
=======================================
Coverage 93.34% 93.35%
=======================================
Files 102 102
Lines 30112 30128 +16
Branches 2694 2694
=======================================
+ Hits 28109 28125 +16
Misses 1829 1829
Partials 174 174
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Backport to 3.8: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 50b8830 on top of patchback/backports/3.8/50b8830d6cf395fc1fcca903d3ad19987e18be8b/pr-5958 Backporting merged PR #5958 into master
🤖 @patchback |
💔 Backport was not successfulThe PR was attempted backported to the following branches:
|
Co-authored-by: Pavol Vargovcik <[email protected]> Co-authored-by: Andrew Svetlov <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
What do these changes do?
auto_decompress was able to be disabled for client but unfortunately not for server. I've exported the API for server.
Are there changes in behavior for the user?
The change should be backward compatible, I've only added an optional argument.
Related issue number
Fixes #5957
Checklist
CONTRIBUTORS.txtCHANGESfolder<issue_id>.<type>for example (588.bugfix)issue_idchange it to the pr id after creating the pr.feature: Signifying a new feature..bugfix: Signifying a bug fix..doc: Signifying a documentation improvement..removal: Signifying a deprecation or removal of public API..misc: A ticket has been closed, but it is not of interest to users.