Bug 117301 - [curl] Handling of blob elements is incorrect
Summary: [curl] Handling of blob elements is incorrect
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Curl
Depends on:
Blocks: 117300
  Show dependency treegraph
 
Reported: 2013-06-06 08:38 PDT by Peter Gal
Modified: 2013-06-08 04:34 PDT (History)
2 users (show)

See Also:


Attachments
proposed patch (1.88 KB, patch)
2013-06-06 09:08 PDT, Peter Gal
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.