Bug 126127 - [SOUP] Implement ResourceRequest::updateFromDelegatePreservingOldHTTPBody
Summary: [SOUP] Implement ResourceRequest::updateFromDelegatePreservingOldHTTPBody
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar, Soup
Depends on:
Blocks: 108832
  Show dependency treegraph
 
Reported: 2013-12-22 01:38 PST by Carlos Garcia Campos
Modified: 2023-02-14 05:32 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2013-12-22 01:38:16 PST
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.
Comment 1 Carlos Garcia Campos 2023-02-14 03:00:23 PST
This will be fixed by https://github.com/WebKit/WebKit/pull/10029
Comment 2 Carlos Garcia Campos 2023-02-14 05:31:37 PST
Fixed by 260252@main (ff7c488): https://commits.webkit.org/260252@main
Comment 3 Radar WebKit Bug Importer 2023-02-14 05:32:18 PST
<rdar://problem/105448089>