mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
Update libcurl
This commit is contained in:
parent
20eb0a911a
commit
01a719ee58
3439 changed files with 529259 additions and 41492 deletions
18
Engine/lib/curl/docs/cmdline-opts/ignore-content-length.d
Normal file
18
Engine/lib/curl/docs/cmdline-opts/ignore-content-length.d
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
SPDX-License-Identifier: curl
|
||||
Long: ignore-content-length
|
||||
Help: Ignore the size of the remote resource
|
||||
Protocols: FTP HTTP
|
||||
Category: http ftp
|
||||
Example: --ignore-content-length $URL
|
||||
Added: 7.14.1
|
||||
See-also: ftp-skip-pasv-ip
|
||||
---
|
||||
For HTTP, Ignore the Content-Length header. This is particularly useful for
|
||||
servers running Apache 1.x, which will report incorrect Content-Length for
|
||||
files larger than 2 gigabytes.
|
||||
|
||||
For FTP (since 7.46.0), skip the RETR command to figure out the size before
|
||||
downloading a file.
|
||||
|
||||
This option does not work for HTTP if libcurl was built to use hyper.
|
||||
Loading…
Add table
Add a link
Reference in a new issue