Skip to content

Commit

Permalink
Remove unused ConnectionControl handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
tabish121 authored and hzbarcea committed Feb 12, 2015
1 parent f62f47b commit f07e6a5
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
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

0 comments on commit f07e6a5

Please sign in to comment.