Closed mcyril closed 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)
the line
flushes reply body to output which caused return of empty data in finished signal (when finish tries to perform readAll as well)