Skip to content

Base: disconnect from reply on SSL errors

username-removed-10562 requested to merge lp1447119 into master

The handler for SSL errors was not calling QObject::disconnect() on the reply, which might be the cause for the crash seen in https://bugs.launchpad.net/bugs/1447119

Merge request reports