Removed debug leftovers.
This commit is contained in:
parent
eac966cb9b
commit
a686e26c31
|
@ -635,11 +635,9 @@ public abstract class AbstractProxyServlet extends HttpServlet
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
proxyResponse.resetBuffer();
|
proxyResponse.resetBuffer();
|
||||||
failure.printStackTrace();
|
|
||||||
int status = failure instanceof TimeoutException ?
|
int status = failure instanceof TimeoutException ?
|
||||||
HttpStatus.GATEWAY_TIMEOUT_504 :
|
HttpStatus.GATEWAY_TIMEOUT_504 :
|
||||||
HttpStatus.BAD_GATEWAY_502;
|
HttpStatus.BAD_GATEWAY_502;
|
||||||
System.err.println("STATUS="+status);
|
|
||||||
sendProxyResponseError(clientRequest, proxyResponse, status);
|
sendProxyResponseError(clientRequest, proxyResponse, status);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue