Skip to content

BUG: The response to a replication request is not compliant with the CouchDB API Definition #15

@yaronyg

Description

@yaronyg

Right now the only field returned is session_id but http://docs.couchdb.org/en/latest/api/server/common.html#replicate defines multiple fields that are to be returned.

The reason I care is that I am trying to use Ektorp who is following the spec so fields like 'ok' (which arguably shouldn't be there, btw, this should be handled by the HTTP status) aren't properly set causing code to think that a replication failed where it actually succeeded.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions