You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Robert Kowalski (JIRA)" <ji...@apache.org> on 2015/06/01 01:43:17 UTC

[jira] [Created] (COUCHDB-2706) Regression: chttpd dies if document does not exist

Robert Kowalski created COUCHDB-2706:
----------------------------------------

             Summary: Regression: chttpd dies if document does not exist
                 Key: COUCHDB-2706
                 URL: https://issues.apache.org/jira/browse/COUCHDB-2706
             Project: CouchDB
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: BigCouch, Database Core
            Reporter: Robert Kowalski


1. Run dev cluster
2. create database foo
3. try to access a doc that does not exists in foo

{code}
(01:38:22) [robert@tequila-osx] ~/apache/couchdb/src/couch (master) $ curl http://localhost:15984/foo/k
curl: (52) Empty reply from server

node1.log

2015-06-01 01:41:30.871 [error] Undefined <0.889.0> CRASH REPORT Process <0.889.0> with 0 neighbours crashed with reason: no case clause matching {not_found,missing} in chttpd:handle_request/1 line 250


expected answer:

{"error":"not_found","reason":"missing"}
{code}



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