You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ei...@apache.org on 2021/02/17 23:18:28 UTC

[couchdb] 01/01: Merge pull request #3373 from apache/3087-read-body-on-post-to-changes

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

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

commit 1c319a4e5f85181dec2156fdd5317cecbc4d5f02
Merge: b3cc40e 525716f
Author: Eric Avdey <ei...@eiri.ca>
AuthorDate: Wed Feb 17 19:18:15 2021 -0400

    Merge pull request #3373 from apache/3087-read-body-on-post-to-changes
    
    Read and validate JSON payload on POST to _changes

 src/chttpd/src/chttpd_db.erl      |  8 +++++-
 src/couch/src/couch_changes.erl   |  2 +-
 test/elixir/test/changes_test.exs | 58 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 66 insertions(+), 2 deletions(-)