You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2019/10/29 18:17:08 UTC

[GitHub] [couchdb] eiri opened a new pull request #2287: Pass timeout as an error to callback in `fabric_view_all_docs`

eiri opened a new pull request #2287: Pass timeout as an error to callback in `fabric_view_all_docs`
URL: https://github.com/apache/couchdb/pull/2287
 
 
   ## Overview
   
   This PR fixes a bug introduced in #2153 where `timeout` was passed to `Callback` as a plain atom instead of tagged tuple `{error, timeout}`, inducing a function clause crash in `couch_mrview_http`.
   
   ## Related Issues or Pull Requests
   
   Ref: #2153 
   
   ## Checklist
   
   - [x] Code is written and works correctly
   - [ ] Changes are covered by tests
   - [ ] Any new configurable parameters are documented in `rel/overlay/etc/default.ini`
   - [ ] A PR for documentation changes has been made in https://github.com/apache/couchdb-documentation
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services