1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-22 06:01:12 +00:00

Favicon: EOF is unrecoverable

This commit is contained in:
M66B 2022-04-24 09:32:55 +02:00
parent b3e435f7cd
commit 32c0888998

View file

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