[Webkit-unassigned] [Bug 49650] New: QNetworkReply submitted with the signal unsupportedContent(QNetworkReply*) does not contain or download data

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 17 00:56:27 PST 2010


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

           Summary: QNetworkReply submitted with the signal
                    unsupportedContent(QNetworkReply*) does not contain or
                    download data
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: frank.fischer at mydomicile.com


It's not possible to get any data except meta data from the reply submitted with the unsupportedContent(QNetworkReply*) Signal since Qt 4.7.

USECASE:

- configure a webview to forward unsupported content
- connect the signal with a propper slot
- open the webview
- klick on a download link (something with mime type "application/octet-stream" for example)
- if the debugging steps into the slot connected to the unsupported content signal only meta data are available (not bad so far)
- in the slot wait for finishing the reply (takes longer then usual as if no the reply does not have a connection anymore)
- after the reply finished reply->size() will return 0 and also reply->header(QNetworkRequest::ContentLengthHeader) will return 0

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