Commit 1b14777
committed
bug symfony#59654 [HttpClient] Fix uploading files > 2GB (nicolas-grekas)
This PR was merged into the 6.4 branch.
Discussion
----------
[HttpClient] Fix uploading files > 2GB
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
See:
- https://curl.se/libcurl/c/CURLOPT_INFILESIZE.html
- https://github.com/curl/curl/blob/b13e9066b3dfd65ba8aadc336232ae7832ac687a/include/curl/curl.h#L1541
- https://www.php.net/manual/en/curl.constants.php#constant.curlopt-infile
Commits
-------
dc71298 [HttpClient] Fix uploading files > 2GB1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
| 240 | + | |
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
319 | 322 | | |
320 | 323 | | |
321 | 324 | | |
| |||
472 | 475 | | |
473 | 476 | | |
474 | 477 | | |
475 | | - | |
| 478 | + | |
476 | 479 | | |
477 | 480 | | |
478 | 481 | | |
| |||
0 commit comments