iilyak opened a new pull request #3277: URL: https://github.com/apache/couchdb/pull/3277
## Overview When we call couch_httpd:json_body/1 we can have req_body already set. In this case we should return the field as is without any attempt to decompress or decode it. This PR brings the approach we use in chttpd into couch_httpd. backported from #3268 and #2991 ## Testing recommendations `make check` ## Related Issues or Pull Requests - #2991 - #3268 ## Checklist - [x] Code is written and works correctly - [ ] Changes are covered by tests - [ ] Any new configurable parameters are documented in `rel/overlay/etc/default.ini` - [ ] A PR for documentation changes has been made in https://github.com/apache/couchdb-documentation ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org