Skip to content
This repository has been archived by the owner on Dec 21, 2018. It is now read-only.

Commit

Permalink
setting bodySize attribute of resource object on 'end' stage
Browse files Browse the repository at this point in the history
ariya#10158 (reverted from commit 977b280)
  • Loading branch information
vitallium committed Jan 19, 2016
1 parent edb4cb2 commit 9269cdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/networkaccessmanager.cpp
Expand Up @@ -420,7 +420,6 @@ void NetworkAccessManager::handleFinished(QNetworkReply *reply, int requestId, i
data["headers"] = headers;
data["time"] = QDateTime::currentDateTime();
data["body"] = body;
data["bodySize"] = body.length();


emit resourceReceived(data);
Expand Down

0 comments on commit 9269cdb

Please sign in to comment.