nvharikrishna opened a new pull request, #88: URL: https://github.com/apache/cassandra-sidecar/pull/88
If AbstractHandler has encounted an exception while extracting params (using extractParamsOrThrow method), then it is returning appropriate error code to the client. But it is not stopping to process the request further by calling `handleInternal` method. Returning after processing the failure. -- 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]

