nickva commented on code in PR #4291:
URL: https://github.com/apache/couchdb/pull/4291#discussion_r1170811625
##########
src/chttpd/src/chttpd.erl:
##########
@@ -1118,6 +1126,8 @@ error_info(all_workers_died) ->
"Nodes are unable to service this "
"request due to overloading or maintenance mode."
>>};
+error_info({internal_server_error, Reason}) ->
+ {500, <<"internal server error">>, Reason};
Review Comment:
Agree with @jaydoane and `_` for consistency would make sense.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]