You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2023/05/09 16:49:06 UTC

[couchdb] branch main updated (92c338a3a -> 4a8c8b52f)

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

rnewson pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    from 92c338a3a Add new configure option and restore --dev behavior (#4582)
     add 039da4a8b remove Content-MD5 header support
     new 4a8c8b52f Merge pull request #4574 from apache/remove-content-md5-header

The 1 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_db.erl                       | 34 +---------------------
 src/couch/src/couch_att.erl                        | 10 ++-----
 src/couch/src/couch_db.erl                         | 23 ++-------------
 src/couch/src/couch_httpd_db.erl                   | 31 +-------------------
 src/couch/test/eunit/couchdb_attachments_tests.erl | 30 ++++++++-----------
 test/elixir/test/attachments_test.exs              | 23 ---------------
 6 files changed, 18 insertions(+), 133 deletions(-)


[couchdb] 01/01: Merge pull request #4574 from apache/remove-content-md5-header

Posted by rn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 4a8c8b52f0decb9f3f8254ccac232a0a5f224756
Merge: 92c338a3a 039da4a8b
Author: Robert Newson <rn...@apache.org>
AuthorDate: Tue May 9 16:48:58 2023 +0000

    Merge pull request #4574 from apache/remove-content-md5-header
    
    remove Content-MD5 header support

 src/chttpd/src/chttpd_db.erl                       | 34 +---------------------
 src/couch/src/couch_att.erl                        | 10 ++-----
 src/couch/src/couch_db.erl                         | 23 ++-------------
 src/couch/src/couch_httpd_db.erl                   | 31 +-------------------
 src/couch/test/eunit/couchdb_attachments_tests.erl | 30 ++++++++-----------
 test/elixir/test/attachments_test.exs              | 23 ---------------
 6 files changed, 18 insertions(+), 133 deletions(-)