nvharikrishna commented on code in PR #88:
URL: https://github.com/apache/cassandra-sidecar/pull/88#discussion_r1441382602
##########
src/main/java/org/apache/cassandra/sidecar/routes/AbstractHandler.java:
##########
@@ -93,6 +93,7 @@ public void handle(RoutingContext context)
catch (Exception exception)
{
processFailure(exception, context, host, remoteAddress, null);
+ return;
Review Comment:
https://github.com/apache/cassandra-sidecar/blob/trunk/src/main/java/org/apache/cassandra/sidecar/routes/AbstractHandler.java#L168
made me to think that it is only parsing params. Making the changes and
updating this description too.
--
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]