Bug 105120 - [WK2 NetworkProcess] Cannot upload patches to Bugzilla
Summary: [WK2 NetworkProcess] Cannot upload patches to Bugzilla
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-12-15 17:18 PST by Alexey Proskuryakov
Modified: 2012-12-15 17:53 PST (History)
1 user (show)

See Also:


Attachments
proposed fix (8.48 KB, patch)
2012-12-15 17:26 PST, Alexey Proskuryakov
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2012-12-15 17:18:19 PST
ResourceRequest serialization for IPC contains body data, but not when streaming it. We need to explicitly send FormData instead.

<rdar://problem/12886312>
Comment 1 Alexey Proskuryakov 2012-12-15 17:26:09 PST
Created attachment 179633 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2012-12-15 17:32:17 PST
Committed <http://trac.webkit.org/r137825>.
Comment 3 Alexey Proskuryakov 2012-12-15 17:53:03 PST
Build fix in r137826.