Bug 24423 - Use new soup_message_body_set_accumulate API in soup backend
Summary: Use new soup_message_body_set_accumulate API in soup backend
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Gustavo Noronha (kov)
URL:
Keywords: Gtk, Soup
Depends on:
Blocks:
 
Reported: 2009-03-06 08:06 PST by Gustavo Noronha (kov)
Modified: 2009-03-07 01:05 PST (History)
0 users

See Also:


Attachments
replaces the deprecated flag (2.54 KB, patch)
2009-03-06 08:09 PST, Gustavo Noronha (kov)
zecke: review+
Details | Formatted Diff | Diff
disable accumulating for file uploads (2.54 KB, patch)
2009-03-06 08:16 PST, Gustavo Noronha (kov)
zecke: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Noronha (kov) 2009-03-06 08:06:01 PST
We are currently using a deprecated message flag to avoid accumulating the chunks that are downloaded. We should use the new API. There is also a commented out FIXME line for using this feature when uploading files, which can now be enabled.
Comment 1 Gustavo Noronha (kov) 2009-03-06 08:09:29 PST
Created attachment 28360 [details]
replaces the deprecated flag
Comment 2 Gustavo Noronha (kov) 2009-03-06 08:16:13 PST
Created attachment 28361 [details]
disable accumulating for file uploads
Comment 3 Holger Freyther 2009-03-06 08:21:53 PST
Comment on attachment 28360 [details]
replaces the deprecated flag

yes!
Comment 4 Gustavo Noronha (kov) 2009-03-06 08:36:21 PST
Both landed, as r41482 and r41483.