diff --git a/source/de/anomic/http/httpdProxyHandler.java b/source/de/anomic/http/httpdProxyHandler.java index 3d2f87f61..985061575 100644 --- a/source/de/anomic/http/httpdProxyHandler.java +++ b/source/de/anomic/http/httpdProxyHandler.java @@ -1408,7 +1408,8 @@ public final class httpdProxyHandler extends httpdAbstractHandler implements htt ( (exceptionMsg.indexOf("socket write error")>=0) || (exceptionMsg.indexOf("Read timed out") >= 0) || - (exceptionMsg.indexOf("Broken pipe") >= 0) + (exceptionMsg.indexOf("Broken pipe") >= 0) || + (exceptionMsg.indexOf("server has closed connection") >= 0) )) { errorMessage = exceptionMsg; } else if ((remote != null)&&(remote.isClosed())) {