Summary: | [Curl] HTTP Body is missing with redirection. | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Basuke Suzuki <Basuke.Suzuki> | ||||
Component: | Platform | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | achristensen, Basuke.Suzuki, chris.reid, commit-queue, don.olmstead, Hironori.Fujii, ross.kirsling, takashi.komori, webkit-bug-importer, youennf | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Basuke Suzuki
2018-11-14 12:57:43 PST
Created attachment 363199 [details]
Patch
Implement updateFromDelegatePreservingOldProperties for curl port. This patch fixes some post tests. Comment on attachment 363199 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=363199&action=review This is just an informal review, but looks good to me. > Source/WebCore/platform/network/curl/ResourceRequestCurl.cpp:34 > +void ResourceRequest::updateFromDelegatePreservingOldProperties(const ResourceRequest& delegateProvidedRequest) This seems identical to CFNet port and good catch to align with other network port. Thank you. Comment on attachment 363199 [details] Patch Clearing flags on attachment: 363199 Committed r242207: <https://trac.webkit.org/changeset/242207> All reviewed patches have been landed. Closing bug. |