Bug 117301

Summary: [curl] Handling of blob elements is incorrect
Product: WebKit Reporter: Peter Gal <galpeter>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue
Priority: P2 Keywords: Curl
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 117300    
Attachments:
Description Flags
proposed patch none

Description Peter Gal 2013-06-06 08:38:26 PDT
Handling of blob elements in the form data is not really supported by the current curl network backend implementation.
Comment 1 Peter Gal 2013-06-06 09:08:48 PDT
Created attachment 203940 [details]
proposed patch

With this patch the blob data is resolved and can now be handled by the existing code paths.
Comment 2 WebKit Commit Bot 2013-06-08 04:34:27 PDT
Comment on attachment 203940 [details]
proposed patch

Clearing flags on attachment: 203940

Committed r151346: <http://trac.webkit.org/changeset/151346>
Comment 3 WebKit Commit Bot 2013-06-08 04:34:29 PDT
All reviewed patches have been landed.  Closing bug.