*/
outputBuffer.getOutputStream().write(
LoadBalancerProxyConstants.SERVICE_UNAVAILABLE_BYTES);
outputBuffer.endRequest();
outputBuffer.flush();
outputBuffer.commit();
} catch (IOException ex) {
_logger.log(Level.SEVERE, "clb.proxy.http.handler_error_response");
}
}