For a reason unknown to my understanding, when reading from http response into QByteArray. can anyone point me in the right direction? Is this a conversion issue?

here is the code snip:
Qt Code:
  1. ba=http->readAll();
To copy to clipboard, switch view to plain text mode