pipacs / o2

OAuth 2.0 for Qt
BSD 2-Clause "Simplified" License
317 stars 147 forks source link

void O2Requestor::onRequestError(QNetworkReply::NetworkError error) has destructive debugging printout #90

Closed mcyril closed 7 years ago

mcyril commented 7 years ago

the line

qDebug() << reply_->readAll();

flushes reply body to output which caused return of empty data in finished signal (when finish tries to perform readAll as well)