I would like to print the content body when getting the response from the server.
In kdelibs/kioslave/http/http.cc, method readBody I put some debug statements that print m_bufReceive.
I don't get any data printed before returning from the method.
Am I in the right place?