fix for bad filtering of common http error

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5788 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 16 years ago
parent 14361f1ca4
commit 57c00dd8c9

@ -1042,7 +1042,7 @@ public final class httpdFileHandler {
} else {
if ((errorMsg != null) &&
(
errorMsg.contains("broken pipe") ||
errorMsg.contains("Broken pipe") ||
errorMsg.contains("Connection reset") ||
errorMsg.contains("Software caused connection abort")
)) {

Loading…
Cancel
Save