|
|
@ -1408,7 +1408,8 @@ public final class httpdProxyHandler extends httpdAbstractHandler implements htt
|
|
|
|
(
|
|
|
|
(
|
|
|
|
(exceptionMsg.indexOf("socket write error")>=0) ||
|
|
|
|
(exceptionMsg.indexOf("socket write error")>=0) ||
|
|
|
|
(exceptionMsg.indexOf("Read timed out") >= 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;
|
|
|
|
errorMessage = exceptionMsg;
|
|
|
|
} else if ((remote != null)&&(remote.isClosed())) {
|
|
|
|
} else if ((remote != null)&&(remote.isClosed())) {
|
|
|
|