[Webkit-unassigned] [Bug 46259] New: [Qt] QNetworkReplyHandler forces buffered output for FormData with files
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 22 05:43:45 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=46259
Summary: [Qt] QNetworkReplyHandler forces buffered output for
FormData with files
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P3
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: sriram.neelakandan at gmail.com
Created an attachment (id=68360)
--> (https://bugs.webkit.org/attachment.cgi?id=68360)
intial proposal
Webkit's QNRHandler.cpp does not set up
Content-Length and QNetworkRequest::DoNotBufferUploadDataAttribute
and eventually forces QNetworkReplyImpl to buffer up the data;
This is not fine for uploading large files, since systems will run out of buffer memory
Attached is a patch for fixing the same
The patch is not formatted yet, approach needs to be decided yet
https://lists.webkit.org/pipermail/webkit-qt/2010-September/000870.html
--
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