Well, you are using QNetworkAccessManager on a HTTP URL.
But your server does not respond with an HTTP response, but with just a string.
It is very likely that the HTTP handler on the client aborts the connection when it gets this unexpected and (for HTTP) invalid data.
Hence the suggestion to try sending a valid response and see if that fixed the problems you are observing.
Cheers,
_





Reply With Quote

Bookmarks