[Webkit-unassigned] [Bug 60145] New: [Qt] ResourceHandleQt destructor should not abort QNetworkReply
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 4 02:05:18 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60145
Summary: [Qt] ResourceHandleQt destructor should not abort
QNetworkReply
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit Qt
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: qt-info at nokia.com
CC: markus.goetz at nokia.com
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list