https://bugs.kde.org/show_bug.cgi?id=316840
Christian Mollekopf <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #49 from Christian Mollekopf <[email protected]> --- Hypothesis (sessionthread.cpp): * SSL is used, hence doSslFallback == true * connection succeeds, but with ssl errors which are ignored (e.g. certificate), in this codepath doSslFallback is not reset to false => working connection, but doSslFallback is still true. * Connection get's aborted by the server => QAbstractSocket::RemoteHostClosedError * the session goes into reconnect frenzy I'm working on a patch, a couple of things look fishy in there. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
