Bug 259137

Summary: [Curl] Replace CURLOPT_POSTFIELDSIZE with CURLOPT_POSTFIELDSIZE_LARGE
Product: WebKit Reporter: Kenji Shukuwa <kenji.shukuwa>
Component: PlatformAssignee: 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
Reported 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.
Attachments
Kenji Shukuwa
Comment 1 2023-07-11 23:21:21 PDT
EWS
Comment 2 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.
Radar WebKit Bug Importer
Comment 3 2023-07-12 00:23:16 PDT
Note You need to log in before you can comment on or make changes to this bug.