More requests that produce wacky or unhelpful responses
-------------------------------------------------------

                 Key: COUCHDB-1198
                 URL: https://issues.apache.org/jira/browse/COUCHDB-1198
             Project: CouchDB
          Issue Type: Bug
            Reporter: Chris Wilson


curl -d "{}" -H "Content-Type: application/json"  -X POST 
http://127.0.0.1:5984/foo/_bulk_docs 
{"error":"unknown_error","reason":"function_clause"}

curl -d '{"docs": [null]}' -H "Content-Type: application/json"  -X POST 
http://127.0.0.1:5984/foo/_bulk_docs 
{"error":"unknown_error","reason":"function_clause"}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to