RESOLVED INVALID 60145
[Qt] ResourceHandleQt destructor should not abort QNetworkReply
https://bugs.webkit.org/show_bug.cgi?id=60145
Summary [Qt] ResourceHandleQt destructor should not abort QNetworkReply
qt-info
Reported 2011-05-04 02:05:18 PDT
The destructor of ResourceHandleQt will cancel() the QNetworkReplyHandler which will abort() the QNetworkReply. This should not be done since it could cause the TCP connection inside the QNetworkAccessManager to be torn down. The next request would then re-establish a new TCP connection even if the old one could have been used.
Attachments
Jocelyn Turcotte
Comment 1 2014-02-03 03:17:42 PST
=== Bulk closing of Qt bugs === If you believe that this bug report is still relevant for a non-Qt port of webkit.org, please re-open it and remove [Qt] from the summary. If you believe that this is still an important QtWebKit bug, please fill a new report at https://bugreports.qt-project.org and add a link to this issue. See http://qt-project.org/wiki/ReportingBugsInQt for additional guidelines.
Note You need to log in before you can comment on or make changes to this bug.