QxtWebContent::readChannelFinished () doesn't emit

Issue #50 new
Former user created an issue

QT: 4.8.1 Qtx branch: master

void service::onReadyRead()
{
    QByteArray a = myContent->readAll();
    qDebug() << "a = " << a;
    qDebug() << "unreadBytes = " << myContent->unreadBytes();
}

unreadBytes is 0, but the readChannelFinished() signal doesn't emit..

Here is a simple server and client.

P.S. waitForAllContent and readAll also doesn't works

Comments (0)

  1. Log in to comment