Bug 24423

Summary: Use new soup_message_body_set_accumulate API in soup backend
Product: WebKit Reporter: Gustavo Noronha (kov) <gustavo>
Component: WebKitGTKAssignee: Gustavo Noronha (kov) <gustavo>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Gtk, Soup
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
replaces the deprecated flag
zecke: review+
disable accumulating for file uploads zecke: review+

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.