diff options
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_RANGE.3')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_RANGE.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/opts/CURLOPT_RANGE.3 b/docs/libcurl/opts/CURLOPT_RANGE.3 index 53fe7aec1..b5bdc52d9 100644 --- a/docs/libcurl/opts/CURLOPT_RANGE.3 +++ b/docs/libcurl/opts/CURLOPT_RANGE.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at https://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is @@ -49,7 +49,7 @@ Amazon's web services) support is limited. We suggest set resume position using \fICURLOPT_RESUME_FROM(3)\fP, set end (resume+size) position using \fICURLOPT_INFILESIZE(3)\fP and seek to the resume position before initiating the transfer for each part. For more information refer to -https://curl.haxx.se/mail/lib-2019-05/0012.html +https://curl.se/mail/lib-2019-05/0012.html Pass a NULL to this option to disable the use of ranges. |