GitHub user lemenkov opened a pull request:
https://github.com/apache/couchdb/pull/128
Export missing function - couch_httpd:send_error/2
Hello All!
This function is used by couch_plugins_httpd.erl but unfortunately was not
properly exported. So let's export it.
See:
*
https://github.com/apache/couchdb/blob/master/src/couch_plugins/src/couch_plugins_httpd.erl#L36
*
https://github.com/apache/couchdb/blob/master/src/couchdb/couch_httpd.erl#L30
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lemenkov/couchdb
couch_httpd_send_error_2_export
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb/pull/128.patch
----
commit a749ecb25ee4b79777dfb022a40984d30f56c132
Author: Peter Lemenkov <[email protected]>
Date: 2014-01-10T11:30:54Z
Export missing function - couch_httpd:send_error/2
Signed-off-by: Peter Lemenkov <[email protected]>
----