[Development] [API Change] New authentication method in QNetworkAccessManager

Giuseppe D'Angelo dangelog at gmail.com
Mon Mar 10 10:39:02 CET 2014


On 10 March 2014 09:27, Kurt Pattyn <pattyn.kurt at gmail.com> wrote:
> But we can use a QueuedConnection if the PauseMode is set to PauseOnSslErrors, or can't we?

The idea is that you can. The socket will be paused and won't proceed
until a call to resume.

If the QueuedConnection usage comes from the idea of using multiple
threads, note that you still must call ignoreSslErrors / resume from
the QSslSocket thread.

-- 
Giuseppe D'Angelo



More information about the Development mailing list