Skip to content

Commit

Permalink
fix for bad filtering of common http error
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5788 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
orbiter committed Apr 9, 2009
1 parent 14361f1 commit 57c00dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/de/anomic/http/httpdFileHandler.java
Expand Up @@ -1042,7 +1042,7 @@ public static void doResponse(final Properties conProp, final httpRequestHeader
} else {
if ((errorMsg != null) &&
(
errorMsg.contains("broken pipe") ||
errorMsg.contains("Broken pipe") ||
errorMsg.contains("Connection reset") ||
errorMsg.contains("Software caused connection abort")
)) {
Expand Down

0 comments on commit 57c00dd

Please sign in to comment.