Bug 259209
| Summary: | [Curl] Remove chunked transfer processing for PUT/POST methods | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kenji Shukuwa <kenji.shukuwa> |
| Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | fujii.hironori, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Kenji Shukuwa
CurlFormDataStream::shouldUseChunkTransfer() always returns false since 204820@main.
Since chunked transfer processing has not been used for a long time, we will
remove chunked transfer processing for PUT/POST methods.
It also requires libcurl built with large file support as a required feature.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Kenji Shukuwa
Pull request: https://github.com/WebKit/WebKit/pull/15835
EWS
Committed 266059@main (04637e99dc2a): <https://commits.webkit.org/266059@main>
Reviewed commits have been landed. Closing PR #15835 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/112252064>