[Webkit-unassigned] [Bug 60144] New: [Qt] QNetworkReplyHandler processes redirect in the wrong slot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 4 01:58:47 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=60144

           Summary: [Qt] QNetworkReplyHandler processes redirect in the
                    wrong slot
           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


QNetworkReplyHandler needs to do the processing of the RedirectionTargetAttribute in the QNetworkReply's finished() slot, not in the metaDataChanged() slot.
The reason for this is, the redirect might send payload data, and if you already do the new request in metaDataChanged() slot, the connection cannot be reused and a new tcp connection has to be established.

-- 
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