Merge branch 'dt/http-range'
authorJunio C Hamano <gitster@pobox.com>
Thu, 5 Nov 2015 23:24:27 +0000 (15:24 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Nov 2015 23:24:27 +0000 (15:24 -0800)
A Range: request can be responded with a full response and when
asked properly libcurl knows how to strip the result down to the
requested range. However, we were hand-crafting a range request
and it did not kick in.

* dt/http-range:
http: use off_t to store partial file size
http.c: use CURLOPT_RANGE for range requests

Trivial merge