zachjsh commented on code in PR #15756:
URL: https://github.com/apache/druid/pull/15756#discussion_r1465520825
##########
server/src/main/java/org/apache/druid/server/AsyncManagementForwardingServlet.java:
##########
@@ -185,11 +191,11 @@ protected void onServerResponseHeaders(
super.onServerResponseHeaders(clientRequest, proxyResponse,
serverResponse);
}
- private void handleBadRequest(HttpServletResponse response, String
errorMessage) throws IOException
+ private void handleBadRequest(HttpServletResponse response, String
errorMessage, int statusCode) throws IOException
Review Comment:
Think this function is for BadRequest type responses specifically, should we
add another one for service errors?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]