Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.8.1
-
None
-
fd923ad6e (dev), 1fe4271af (6.8)
Description
QHttpNetworkRequestPrivate::QHttpNetworkRequestPrivate(other) does not copy fullLocalServerName, and the compare function does not compare it.
To test make sure that you call QNetworkAccessManager::get(req, QByteArray("data"));
Due to the data, the 'd' pointer will detach in
QHttpNetworkRequest::setUploadByteDevice, and the subsequent clone will loose the fullservername.
Attachments
Issue Links
- mentioned in
-
Page Loading...