Bug 259137 - [Curl] Replace CURLOPT_POSTFIELDSIZE with CURLOPT_POSTFIELDSIZE_LARGE
Summary: [Curl] Replace CURLOPT_POSTFIELDSIZE with CURLOPT_POSTFIELDSIZE_LARGE
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-07-11 23:03 PDT by Kenji Shukuwa
Modified: 2023-07-12 00:23 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kenji Shukuwa 2023-07-11 23:03:42 PDT
Two options are used in CurlContext.cpp: CURLOPT_POSTFIELDSIZE and CURLOPT_POSTFIELDSIZE_LARGE.
Unify these options to CURLOPT_POSTFIELDSIZE_LARGE for better readability.

Also, CURLOPT_INFILESIZE is unified to CURLOPT_INFILESIZE_LARGE.
Comment 1 Kenji Shukuwa 2023-07-11 23:21:21 PDT
Pull request: https://github.com/WebKit/WebKit/pull/15771
Comment 2 EWS 2023-07-12 00:22:46 PDT
Committed 265987@main (7a87c11590a3): <https://commits.webkit.org/265987@main>

Reviewed commits have been landed. Closing PR #15771 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-07-12 00:23:16 PDT
<rdar://problem/112124334>