rnewson opened a new pull request #3355: URL: https://github.com/apache/couchdb/pull/3355
## Overview Ensure a reasonable error message should an FDB error reach the top of the request handling stack. This change also removes the inappropriate usage of the 408 Request Timeout status code. a 1031 transaction_timeout from FDB is sent if the transaction takes too long, which is typically not even started until after we've received the full request. ## Testing recommendations Just break something. :) ## Related Issues or Pull Requests https://github.com/apache/couchdb/issues/3354 ## 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: us...@infra.apache.org