libmaia
libmaia copied to clipboard
XML-RPC lib for Qt
QNetworkAccessManager only sends the Authorization header after the server replies with status code 401. Not all servers do this (in particular, Maia's own XMLRPC server does not do this). Work...
Just wraps this in a QPointer so we're on the safe side if anyone else has already deleted clientConnection.
Application crash when delete a MaiaXmlRpcServer instance. The crash ocurs in MaiaXmlRpcServerConnection destructor in clientConnection->deleteLater(); line. Removing this line the server instance its destroyed without segmentation fault and the QTcpSocket...