Removed debug leftovers.
This commit is contained in:
parent
eac966cb9b
commit
a686e26c31
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue