abhishekrb19 commented on code in PR #15756:
URL: https://github.com/apache/druid/pull/15756#discussion_r1465600484
##########
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:
Yeah, it's only used in two places in this class, so I just renamed it to
`handleInvalidRequest`.
--
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]