We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba26a6 commit 3f66faeCopy full SHA for 3f66fae
src/main/java/org/prebid/server/handler/ExceptionHandler.java
@@ -38,7 +38,7 @@ private static boolean shouldLogException(Throwable exception) {
38
39
private static boolean isConnectionResetException(Throwable exception) {
40
return exception instanceof IOException
41
- && StringUtils.equals("readAddress(..) failed: Connection reset by peer", exception.getMessage());
+ && StringUtils.equals("recvAddress(..) failed: Connection reset by peer", exception.getMessage());
42
}
43
44
private static String errorMessageFrom(Throwable exception) {
0 commit comments