mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-04 02:28:18 +00:00
Suppress 'Unexpected end of ZLIB input stream'
This commit is contained in:
parent
4215850e5c
commit
d5198043e6
1 changed files with 1 additions and 0 deletions
|
@ -552,6 +552,7 @@ public class Log {
|
|||
ex.getCause().getMessage() != null &&
|
||||
(ex.getCause().getMessage().contains("Read error") ||
|
||||
ex.getCause().getMessage().contains("Write error") ||
|
||||
ex.getCause().getMessage().contains("Unexpected end of ZLIB input stream") ||
|
||||
ex.getCause().getMessage().contains("Socket is closed")))
|
||||
return null;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue