mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 08:35:05 -05:00
maxdownload is actually -1 for unlimited
This commit is contained in:
parent
059b57677c
commit
dca8f962e0
@ -656,7 +656,7 @@ struct HandleData {
|
|||||||
curl_off_t size; /* -1 if unknown at this point */
|
curl_off_t size; /* -1 if unknown at this point */
|
||||||
curl_off_t *bytecountp; /* return number of bytes read or NULL */
|
curl_off_t *bytecountp; /* return number of bytes read or NULL */
|
||||||
|
|
||||||
curl_off_t maxdownload; /* in bytes, the maximum amount of data to fetch, 0
|
curl_off_t maxdownload; /* in bytes, the maximum amount of data to fetch, -1
|
||||||
means unlimited */
|
means unlimited */
|
||||||
curl_off_t *writebytecountp; /* return number of bytes written or NULL */
|
curl_off_t *writebytecountp; /* return number of bytes written or NULL */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user