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 2020/09/07 14:38:08 UTC

[couchdb] branch 3.x updated (a6378d8 -> f16e06d)

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

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


    from a6378d8  Make COPY doc return only one "ok" (#3130)
     add 6c097d7  Add option to delay responses until the end
     new f16e06d  Merge pull request #3132 from apache/delay_until_end_3.x

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:
 rel/overlay/etc/default.ini                   |  3 ++
 src/chttpd/src/chttpd.erl                     | 58 +++++++++++++++++----
 src/chttpd/test/eunit/chttpd_delayed_test.erl | 73 +++++++++++++++++++++++++++
 3 files changed, 125 insertions(+), 9 deletions(-)
 create mode 100644 src/chttpd/test/eunit/chttpd_delayed_test.erl


[couchdb] 01/01: Merge pull request #3132 from apache/delay_until_end_3.x

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

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

commit f16e06d9cd70f074b01c9c6fb13a25d6f1c55730
Merge: a6378d8 6c097d7
Author: Robert Newson <rn...@apache.org>
AuthorDate: Mon Sep 7 15:37:56 2020 +0100

    Merge pull request #3132 from apache/delay_until_end_3.x
    
    Add option to delay responses until the end

 rel/overlay/etc/default.ini                   |  3 ++
 src/chttpd/src/chttpd.erl                     | 58 +++++++++++++++++----
 src/chttpd/test/eunit/chttpd_delayed_test.erl | 73 +++++++++++++++++++++++++++
 3 files changed, 125 insertions(+), 9 deletions(-)