]> granicus.if.org Git - curl/commit
CURLOPT_RANGE.3: Caution against using it for HTTP PUT
authorJay Satiro <raysatiro@yahoo.com>
Wed, 17 Jul 2019 05:45:26 +0000 (01:45 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Wed, 17 Jul 2019 05:45:26 +0000 (01:45 -0400)
commit28f6fda8dcedbe49dcbdb5c5d3a272486d559abc
tree991a6a4db70418f6bd66f8f8d795f4e0fbdc8334
parentfdcb0f40c374246c4db8659b816832f05cb10de2
CURLOPT_RANGE.3: Caution against using it for HTTP PUT

AFAICT CURLOPT_RANGE does not support ranged HTTP PUT uploads so I've
cautioned against using it for that purpose and included a workaround.

Bug: https://curl.haxx.se/mail/lib-2019-04/0075.html
Reported-by: Christopher Head
Closes https://github.com/curl/curl/issues/3814
docs/libcurl/opts/CURLOPT_RANGE.3