Issue #1661 remove debug
This commit is contained in:
parent
6a2dd626e0
commit
2b4494e3f6
|
@ -657,8 +657,6 @@ public abstract class AbstractProxyServlet extends HttpServlet
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
System.err.println("sendError "+status+" "+proxyResponse.isCommitted());
|
|
||||||
new Throwable().printStackTrace();
|
|
||||||
if (!proxyResponse.isCommitted())
|
if (!proxyResponse.isCommitted())
|
||||||
{
|
{
|
||||||
proxyResponse.resetBuffer();
|
proxyResponse.resetBuffer();
|
||||||
|
@ -668,7 +666,6 @@ public abstract class AbstractProxyServlet extends HttpServlet
|
||||||
}
|
}
|
||||||
catch(Exception e)
|
catch(Exception e)
|
||||||
{
|
{
|
||||||
e.printStackTrace();
|
|
||||||
_log.ignore(e);
|
_log.ignore(e);
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
|
|
Loading…
Reference in New Issue