Favicon: EOF is unrecoverable

This commit is contained in:
M66B 2022-04-24 09:32:55 +02:00
parent b3e435f7cd
commit 32c0888998
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@ import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;
import java.io.BufferedOutputStream;
import java.io.EOFException;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
@ -894,6 +895,7 @@ public class ContactInfo {
(ex instanceof UnknownHostException &&
ex.getMessage() != null &&
ex.getMessage().contains("No address associated with hostname")) ||
ex instanceof EOFException ||
ex instanceof FileNotFoundException ||
ex instanceof SSLPeerUnverifiedException ||
(ex instanceof SSLException &&