Removed debug leftovers.

This commit is contained in:
Simone Bordet 2015-11-25 16:03:41 +01:00
parent eac966cb9b
commit a686e26c31
1 changed files with 0 additions and 2 deletions

View File

@ -635,11 +635,9 @@ public abstract class AbstractProxyServlet extends HttpServlet
else
{
proxyResponse.resetBuffer();
failure.printStackTrace();
int status = failure instanceof TimeoutException ?
HttpStatus.GATEWAY_TIMEOUT_504 :
HttpStatus.BAD_GATEWAY_502;
System.err.println("STATUS="+status);
sendProxyResponseError(clientRequest, proxyResponse, status);
}
}