jaydoane commented on code in PR #4291:
URL: https://github.com/apache/couchdb/pull/4291#discussion_r1153750099


##########
src/chttpd/src/chttpd.erl:
##########
@@ -1118,6 +1124,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:
   I wonder if maybe this _should_ have underscores, since most of the other 
seem to?



-- 
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]

Reply via email to