Bug 60145
Summary: | [Qt] ResourceHandleQt destructor should not abort QNetworkReply | ||
---|---|---|---|
Product: | WebKit | Reporter: | qt-info |
Component: | WebKit Qt | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | markus, peter.hartmann |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
qt-info
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jocelyn Turcotte
=== 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.