This is an automated email from the ASF dual-hosted git repository.
ronny pushed a change to branch big-r81-patch-1
in repository https://gitbox.apache.org/repos/asf/couchdb.git
from f3b5f2755 Fix typo
add 9b9dc6ccc Add an integration test
add 8601e40f6 Ensure the parser always monitors the worker
add d179196f3 Preserve support for single-node couch_httpd path
add 0bc85e940 Make sure to send hello_from_writer only once for each worker
add d1b5e5fcc Minor DRY-ing up of logic to handle hello_from_writer MP
parser messages
add 6e0c80a42 Make sure to wait for the attachments to uploaded before
responding to the user
add 53228f824 Merge branch '3.x' into big-r81-patch-1
No new revisions were added by this update.
Summary of changes:
src/chttpd/src/chttpd_db.erl | 32 ++++++------
src/couch/src/couch_httpd_multipart.erl | 30 +++++++----
src/fabric/src/fabric_rpc.erl | 46 +++++++++++++----
test/elixir/test/attachments_multipart_test.exs | 67 +++++++++++++++++++++++++
test/elixir/test/config/suite.elixir | 3 +-
5 files changed, 141 insertions(+), 37 deletions(-)