GitHub user mikewallace1979 reopened a pull request:

    https://github.com/apache/couchdb-chttpd/pull/18

    Convert {timeout, Error} errors to timeout

    If chttpd got a {timeout, Error} error then it would return
    that tuple to the client. Since Error is some internal specifics
    this isn't particularly useful information to return to the client.
    
    This commit converts it to our usual timeout response.
    
    COUCHDB-2425

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mikewallace1979/couchdb-chttpd 
2425-fix-dangling-couch_query_server-procs

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-chttpd/pull/18.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #18
    
----
commit db04783763e30214f83cdc50b412ce7887ff7236
Author: Mike Wallace <mikewall...@apache.org>
Date:   2015-01-15T15:31:09Z

    Convert {timeout, Error} errors to timeout
    
    If chttpd got a {timeout, Error} error then it would return
    that tuple to the client. Since Error is some internal specifics
    this isn't particularly useful information to return to the client.
    
    This commit converts it to our usual timeout response.
    
    COUCHDB-2425

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to