You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Nick Vatamaniuc (JIRA)" <ji...@apache.org> on 2016/10/04 05:15:22 UTC

[jira] [Created] (COUCHDB-3175) When PUT-ing a multipart/related doc with attachment get a 500 error on md5 mismatch

Nick Vatamaniuc created COUCHDB-3175:
----------------------------------------

             Summary: When PUT-ing a multipart/related doc with attachment get a 500 error on md5 mismatch
                 Key: COUCHDB-3175
                 URL: https://issues.apache.org/jira/browse/COUCHDB-3175
             Project: CouchDB
          Issue Type: Bug
            Reporter: Nick Vatamaniuc


fabric_doc_updater handle_message crashes with a function_clause which crashes the whole request.

Instead, perhaps is should handle:

{code}
{md5_mismatch, Blah}, _Worker, _Acc0) -> ...
{code}

and return a 4xx code...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)