Skip to content
Permalink
Browse files Browse the repository at this point in the history
Remove unused ConnectionControl handling.
  • Loading branch information
tabish121 committed Aug 13, 2014
1 parent 9a6d444 commit 00921f2
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -1534,10 +1534,6 @@ public int getProtocolVersion() {

@Override
public Response processControlCommand(ControlCommand command) throws Exception {
String control = command.getCommand();
if (control != null && control.equals("shutdown")) {
System.exit(0);
}
return null;
}

Expand Down

2 comments on commit 00921f2

@tritschler
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No more shutdown ?

@Hvnt3r
Copy link

@Hvnt3r Hvnt3r commented on 00921f2 Jul 18, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No more shutdown ?

yes

Please sign in to comment.