public void handleShutdown(final Connection connection) throws IOException {
   log.tracef("Received end-of-stream for connection");
   processController.removeManagedConnection(connection);
   connection.shutdownWrites();
 }
 public void handleShutdown(final Connection connection) throws IOException {
   log.tracef("Received end-of-stream for connection");
   connection.shutdownWrites();
 }