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)