Bug 126127
Summary: | [SOUP] Implement ResourceRequest::updateFromDelegatePreservingOldHTTPBody | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply, jay.bhaskar, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar, Soup |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 108832 |
Carlos Garcia Campos
At the moment it just copies the passed resource request, but we need to make sure the http body is not copied, but the current preserved. This is important when using the network process to avoid sending the http body over the IPC.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
This will be fixed by https://github.com/WebKit/WebKit/pull/10029
Carlos Garcia Campos
Fixed by 260252@main (ff7c488): https://commits.webkit.org/260252@main
Radar WebKit Bug Importer
<rdar://problem/105448089>