aboutsummaryrefslogtreecommitdiff
path: root/lib/transfer.c
AgeCommit message (Collapse)Author
2001-01-26The check for that content-range is received must only be made if we requestedDaniel Stenberg
GET resume. Other resumes are upload-wise and don't care about this header in the download stream
2001-01-25converted to use Curl_read() and Curl_write()Daniel Stenberg
2001-01-19No more URL length restrictionsDaniel Stenberg
2001-01-17download and highlevel are replaced with transferDaniel Stenberg