Skip to content

Conversation

@bessbd
Copy link
Member

@bessbd bessbd commented Jan 12, 2021

Overview

All endpoints but _session support gzip encoding and there's no practical reason for that.
This PR enables gzip decoding on compressed requests to _session.

Testing recommendations

make eunit apps=chttpd suites=chttpd_session_tests

Related Issues or Pull Requests

This fixes #3300 .
This is #3322 cherry-picked to main.

Checklist

  • Code is written and works correctly
  • Changes are covered by tests
  • Any new configurable parameters are documented in rel/overlay/etc/default.ini - N/A
  • A PR for documentation changes has been made in https://github.com/apache/couchdb-documentation - N/A

All endpoints but _session support gzip encoding and there's no practical reason for that.

This commit enables gzip decoding on compressed requests to _session.
@bessbd
Copy link
Member Author

bessbd commented Jan 12, 2021

Thank you for the review, @rnewson ! Can you please merge this also for me?

@rnewson rnewson merged commit bc9773a into apache:main Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

_session does not support compressed body

2 participants