Bug 60145 - [Qt] ResourceHandleQt destructor should not abort QNetworkReply
Summary: [Qt] ResourceHandleQt destructor should not abort QNetworkReply
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-04 02:05 PDT by qt-info
Modified: 2014-02-03 03:17 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description qt-info 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.
Comment 1 Jocelyn Turcotte 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.