mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Ref T149, improved HeaderResponse/JsonDatastoreResponse
* request started/received * moved timestamp logic to Response class, like headerResponse.setValues(nwReply)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
db05d237c2
commit
ec8838198f
@@ -87,7 +87,7 @@ namespace BlackCore
|
||||
if (compress) { url.setQuery(CDatabaseUtils::getCompressedQuery()); }
|
||||
QNetworkRequest request(url);
|
||||
CNetworkUtils::ignoreSslVerification(request);
|
||||
int logId = m_writeLog.addPendingUrl(url);
|
||||
const int logId = m_writeLog.addPendingUrl(url);
|
||||
m_pendingReply = sApp->postToNetwork(request, logId, multiPart, { this, &CDatabaseWriter::ps_postModelsResponse});
|
||||
m_replyPendingSince = QDateTime::currentMSecsSinceEpoch();
|
||||
return msgs;
|
||||
|
||||
Reference in New Issue
Block a user