qhttp.cpp , Line 2964
// if writing to the device does not succeed, quit with error
if (bytesWritten == -1 || bytesWritten < n)
{
finishedWithError(QLatin1String(QT_TRANSLATE_NOOP("QHttp", "Error writing response to device")), QHttp::UnknownError);
}