You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ii...@apache.org on 2020/11/23 22:22:06 UTC

[couchdb] branch 3.x updated (87a6b1a -> f611ffa)

This is an automated email from the ASF dual-hosted git repository.

iilyak pushed a change to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 87a6b1a  Merge pull request #3271 from apache/couch_att_erroneous_md5_mismatch
     new 76898af  Use `req_body` field if present
     new d7c3524  Simplify using `req_body` for JSON requests
     new fb7eb38  'req_body' suppose to hold JSON obj
     new f611ffa  Merge pull request #3277 from cloudant/req_body-json-3.x

The 12308 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/chttpd/src/chttpd.erl                       | 10 ++++++----
 src/chttpd/src/chttpd_misc.erl                  |  3 +--
 src/chttpd/src/chttpd_show.erl                  | 14 ++++++--------
 src/chttpd/test/eunit/chttpd_handlers_tests.erl |  2 +-
 src/couch/src/couch_httpd.erl                   |  7 +++++--
 5 files changed, 19 insertions(+), 17 deletions(-)